C# Class System.Globalization.TextElementEnumerator

Inheritance: IEnumerator
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
GetTextElement ( ) : String
MoveNext ( ) : bool
Reset ( ) : void

Private Methods

Méthode Description
OnDeserialized ( StreamingContext ctx ) : void
OnDeserializing ( StreamingContext ctx ) : void
OnSerializing ( StreamingContext ctx ) : void
TextElementEnumerator ( String str, int startIndex, int strLen ) : System.Runtime.Serialization

Method Details

GetTextElement() public méthode

public GetTextElement ( ) : String
Résultat String

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void