C# Class System.Text.RegularExpressions.MatchCollection

Inheritance: 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 i ) : System.Text.RegularExpressions.Match

Private Methods

Méthode Description
MatchCollection ( )

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 i ) : System.Text.RegularExpressions.Match
i int
Résultat System.Text.RegularExpressions.Match