C# 클래스 System.Globalization.TextElementEnumerator

상속: IEnumerator
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
GetTextElement ( ) : String
MoveNext ( ) : bool
Reset ( ) : void

비공개 메소드들

메소드 설명
OnDeserialized ( StreamingContext ctx ) : void
OnDeserializing ( StreamingContext ctx ) : void
OnSerializing ( StreamingContext ctx ) : void
TextElementEnumerator ( String str, int startIndex, int strLen ) : System.Runtime.Serialization

메소드 상세

GetTextElement() 공개 메소드

public GetTextElement ( ) : String
리턴 String

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void