C# 클래스 System.Collections.Specialized.OrderedDictionary.OrderedDictionaryKeyValueCollection

상속: ICollection
파일 보기 프로젝트 열기: dotnet/corefx

Private Properties

프로퍼티 타입 설명
ICollection void
IEnumerable IEnumerator

공개 메소드들

메소드 설명
OrderedDictionaryKeyValueCollection ( ArrayList array, bool isKeys ) : System.Diagnostics

비공개 메소드들

메소드 설명
ICollection ( Array array, int index ) : void
IEnumerable ( ) : IEnumerator

메소드 상세

OrderedDictionaryKeyValueCollection() 공개 메소드

public OrderedDictionaryKeyValueCollection ( ArrayList array, bool isKeys ) : System.Diagnostics
array ArrayList
isKeys bool
리턴 System.Diagnostics