Property | Type | Description | |
---|---|---|---|
EndOfStreamReached | bool | ||
Pattern | string | ||
TextBeforePattern | string |
Method | Description | |
---|---|---|
PatternFound ( string textBeforePattern, string pattern, bool endOfStreamReached ) : System |
public PatternFound ( string textBeforePattern, string pattern, bool endOfStreamReached ) : System | ||
textBeforePattern | string | |
pattern | string | |
endOfStreamReached | bool | |
return | System |