C# Класс Dynamitey.DynamicObjects.RegexMatch

A Dynamic Regex Match
Наследование: BaseObject, IRegexMatch
Показать файл Открыть проект

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