C# Class Dynamitey.DynamicObjects.RegexMatch

A Dynamic Regex Match
Inheritance: BaseObject, IRegexMatch
Afficher le fichier Open project: ekonbenefits/dynamitey

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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.

Method Details

GetDynamicMemberNames() public méthode

Gets the dynamic member names.
public GetDynamicMemberNames ( ) : IEnumerable
Résultat IEnumerable

RegexMatch() public méthode

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

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

TryGetMember() public méthode

Tries the get member.
public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder GetMemberBinder The binder.
result object The result.
Résultat bool

this() public méthode

Gets the System.String with the specified value.
public this ( int value ) : string
value int The value.
Résultat string

this() public méthode

Gets the System.String with the specified value.
public this ( string value ) : string
value string The value.
Résultat string