DictionaryBase.InnerHashtable 속성

정의

DictionaryBase 인스턴스에 포함된 요소의 목록을 가져옵니다.

protected:
 property System::Collections::Hashtable ^ InnerHashtable { System::Collections::Hashtable ^ get(); };
protected System.Collections.Hashtable InnerHashtable { get; }
member this.InnerHashtable : System.Collections.Hashtable
Protected ReadOnly Property InnerHashtable As Hashtable

속성 값

Hashtable 인스턴스 자체를 나타내는 DictionaryBase입니다.

설명

On* 메서드는 속성에서 반환된 instance 호출되지만 속성에서 반환 DictionaryInnerHashtable 된 instance 호출되지 않습니다.

이 속성의 값을 검색하는 작업은 작업입니다 O(1) .

적용 대상