C# 클래스 Dynamitey.DynamicObjects.RegexMatch

A Dynamic Regex Match
상속: BaseObject, IRegexMatch
파일 보기 프로젝트 열기: ekonbenefits/dynamitey

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

GetDynamicMemberNames() 공개 메소드

Gets the dynamic member names.
public GetDynamicMemberNames ( ) : IEnumerable
리턴 IEnumerable

RegexMatch() 공개 메소드

Initializes a new instance of the RegexMatch class.
public RegexMatch ( Match match, Regex regex = null ) : System
match Match The match.
regex Regex The regex.
리턴 System

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string

TryGetMember() 공개 메소드

Tries the get member.
public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder GetMemberBinder The binder.
result object The result.
리턴 bool

this() 공개 메소드

Gets the System.String with the specified value.
public this ( int value ) : string
value int The value.
리턴 string

this() 공개 메소드

Gets the System.String with the specified value.
public this ( string value ) : string
value string The value.
리턴 string