SortedDictionary<TKey,TValue>.KeyCollection Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menginisialisasi instans SortedDictionary<TKey,TValue>.KeyCollection baru kelas yang mencerminkan kunci dalam yang ditentukan SortedDictionary<TKey,TValue>.
public:
KeyCollection(System::Collections::Generic::SortedDictionary<TKey, TValue> ^ dictionary);
public KeyCollection (System.Collections.Generic.SortedDictionary<TKey,TValue> dictionary);
new System.Collections.Generic.SortedDictionary<'Key, 'Value>.KeyCollection : System.Collections.Generic.SortedDictionary<'Key, 'Value> -> System.Collections.Generic.SortedDictionary<'Key, 'Value>.KeyCollection
Public Sub New (dictionary As SortedDictionary(Of TKey, TValue))
Parameter
- dictionary
- SortedDictionary<TKey,TValue>
yang SortedDictionary<TKey,TValue> kuncinya tercermin dalam yang baru SortedDictionary<TKey,TValue>.KeyCollection.
Pengecualian
dictionary
adalah null
.
Keterangan
SortedDictionary<TKey,TValue>.KeyCollection bukan salinan statis; sebaliknya, SortedDictionary<TKey,TValue>.KeyCollection mengacu kembali ke kunci di aslinya SortedDictionary<TKey,TValue>. Oleh karena itu, perubahan pada SortedDictionary<TKey,TValue> terus tercermin dalam SortedDictionary<TKey,TValue>.KeyCollection.
Konstruktor ini adalah operasi O(1).