C# Class System.Text.RegularExpressions.GroupCollection

Inheritance: ICollection, IEnumerable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
CopyTo ( System array, int arrayIndex ) : void
GetEnumerator ( ) : System.Collections.IEnumerator
this ( int groupnum ) : System.Text.RegularExpressions.Group
this ( string groupname ) : System.Text.RegularExpressions.Group

Private Methods

Méthode Description
GroupCollection ( )

Method Details

CopyTo() public méthode

public CopyTo ( System array, int arrayIndex ) : void
array System
arrayIndex int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : System.Collections.IEnumerator
Résultat System.Collections.IEnumerator

this() public méthode

public this ( int groupnum ) : System.Text.RegularExpressions.Group
groupnum int
Résultat System.Text.RegularExpressions.Group

this() public méthode

public this ( string groupname ) : System.Text.RegularExpressions.Group
groupname string
Résultat System.Text.RegularExpressions.Group