Bagikan melalui


SynchronizedCollection<T>.Items Properti

Definisi

Mendapatkan daftar elemen yang terkandung dalam koleksi thread-safe.

protected:
 property System::Collections::Generic::List<T> ^ Items { System::Collections::Generic::List<T> ^ get(); };
protected System.Collections.Generic.List<T> Items { get; }
member this.Items : System.Collections.Generic.List<'T>
Protected ReadOnly Property Items As List(Of T)

Nilai Properti

Elemen IList<T> yang terkandung dalam koleksi utas aman dan baca-saja.

Berlaku untuk