Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MatchCallback.cs
Go to the documentation of this file.
1
namespace
System.Text.RegularExpressions
;
2
3
internal
delegate
bool
MatchCallback<TState>
(ref TState
state
,
Match
match
);
System.Text.RegularExpressions.Match
Definition
Match.cs:4
System.Text.RegularExpressions.MatchCallback< TState >
delegate bool MatchCallback< TState >(ref TState state, Match match)
System.Text.RegularExpressions
Definition
Capture.cs:1
System.ExceptionArgument.state
@ state
System.ExceptionArgument.match
@ match
source
System.Text.RegularExpressions
System.Text.RegularExpressions
MatchCallback.cs
Generated by
1.10.0