SynchronizedReadOnlyCollection<T>.Items Propiedad

Definición

Obtiene la lista de elementos contenidos en la colección segura para subprocesos y de solo lectura.

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)

Valor de propiedad

de IList<T> los elementos contenidos en la colección de solo lectura segura para subprocesos.

Se aplica a