Property | Type | Description | |
---|---|---|---|
myIsInternal | bool? | ||
myIsPrivate | bool? | ||
myIsProtected | bool? | ||
myIsProtectedInernal | bool? | ||
myIsPublic | bool? | ||
myIsStatic | bool? |
Property | Type | Description | |
---|---|---|---|
CountChars | int |
Method | Description | |
---|---|---|
BaseQuery ( string query ) : System | ||
Captures ( |
||
IsMatch ( |
||
MatchName ( string name ) : bool | ||
SetModifierFilter ( |
||
Value ( |
Method | Description | |
---|---|---|
CountChars ( char searchChar, string str ) : int |
protected BaseQuery ( string query ) : System | ||
query | string | |
return | System |
protected Captures ( |
||
m | ||
value | string | |
return | bool? |
protected IsMatch ( |
||
m | ||
key | string | |
return | bool |
protected SetModifierFilter ( |
||
m | ||
return | void |
protected Value ( |
||
m | ||
groupName | string | |
return | string |