SortedDictionary<TKey,TValue>.ValueCollection 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>.ValueCollection baru kelas yang mencerminkan nilai dalam yang ditentukan SortedDictionary<TKey,TValue>.
public:
ValueCollection(System::Collections::Generic::SortedDictionary<TKey, TValue> ^ dictionary);
public ValueCollection (System.Collections.Generic.SortedDictionary<TKey,TValue> dictionary);
new System.Collections.Generic.SortedDictionary<'Key, 'Value>.ValueCollection : System.Collections.Generic.SortedDictionary<'Key, 'Value> -> System.Collections.Generic.SortedDictionary<'Key, 'Value>.ValueCollection
Public Sub New (dictionary As SortedDictionary(Of TKey, TValue))
Parameter
- dictionary
- SortedDictionary<TKey,TValue>
Yang SortedDictionary<TKey,TValue> nilainya tercermin dalam yang baru SortedDictionary<TKey,TValue>.ValueCollection.
Pengecualian
dictionary
adalah null
.
Keterangan
SortedDictionary<TKey,TValue>.ValueCollection bukan salinan statis; sebagai gantinyaSortedDictionary<TKey,TValue>.ValueCollection, mengacu kembali ke nilai dalam aslinyaSortedDictionary<TKey,TValue>. Oleh karena itu, perubahan pada SortedDictionary<TKey,TValue> terus tercermin dalam SortedDictionary<TKey,TValue>.ValueCollection.
Konstruktor ini adalah operasi O(1).