Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetDynamicMemberNames ( ) : IEnumerable |
Gets the dynamic member names.
|
|
RegexMatch ( Match match, Regex regex = null ) : System |
Initializes a new instance of the RegexMatch class.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
TryGetMember ( GetMemberBinder binder, object &result ) : bool |
Tries the get member.
|
|
this ( int value ) : string |
Gets the System.String with the specified value.
|
|
this ( string value ) : string |
Gets the System.String with the specified value.
|
public GetDynamicMemberNames ( ) : IEnumerable |
||
return | IEnumerable |
public RegexMatch ( Match match, Regex regex = null ) : System | ||
match | Match | The match. |
regex | Regex | The regex. |
return | System |
public TryGetMember ( GetMemberBinder binder, object &result ) : bool | ||
binder | GetMemberBinder | The binder. |
result | object | The result. |
return | bool |