DictionaryBase.InnerHashtable Properti

Definisi

Mendapatkan daftar elemen yang terkandung dalam DictionaryBase instans.

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

Nilai Properti

mewakili Hashtable instans itu DictionaryBase sendiri.

Keterangan

Metode On* hanya dipanggil pada instans yang dikembalikan oleh Dictionary properti , tetapi tidak pada instans yang dikembalikan oleh InnerHashtable properti .

Mengambil nilai properti ini adalah O(1) operasi.

Berlaku untuk