프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 RegexMatch ( Match match, Regex regex = null ) : System | ||
match | Match | The match. |
regex | Regex | The regex. |
리턴 | System |
public TryGetMember ( GetMemberBinder binder, object &result ) : bool | ||
binder | GetMemberBinder | The binder. |
result | object | The result. |
리턴 | bool |