C# 클래스 System.Collections.Specialized.NameObjectCollectionBase.KeysCollection

상속: ICollection
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ICollection void
KeysCollection
KeysCollection System.Globalization
System void

공개 메소드들

메소드 설명
Get ( int index ) : String
Get ( int index ) : string
GetEnumerator ( ) : IEnumerator
GetEnumerator ( ) : System.Collections.IEnumerator
this ( int index ) : String
this ( int index ) : string

비공개 메소드들

메소드 설명
ICollection ( Array array, int index ) : void
KeysCollection ( )
KeysCollection ( NameObjectCollectionBase coll ) : System.Globalization
System ( System array, int index ) : void

메소드 상세

Get() 공개 메소드

public Get ( int index ) : String
index int
리턴 String

Get() 공개 메소드

public Get ( int index ) : string
index int
리턴 string

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Collections.IEnumerator
리턴 System.Collections.IEnumerator

this() 공개 메소드

public this ( int index ) : String
index int
리턴 String

this() 공개 메소드

public this ( int index ) : string
index int
리턴 string