SynchronizedReadOnlyCollection<T>.Items Egenskap

Definition

Hämtar listan över element som finns i den trådsäkra, skrivskyddade samlingen.

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

Egenskapsvärde

De IList<T> element som finns i den trådsäkra, skrivskyddade samlingen.

Gäller för