Collection<T>.Items Özellik

Tanım

çevresinde Collection<T>bir IList<T> sarmalayıcı alır.

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)

Özellik Değeri

IList<T> çevresinde Collection<T>bir sarmalayıcı.

Açıklamalar

Sarmalayıcı sınıfının işlevselliğini IList<T> sağlar ve öğesinin tüm öğelerini Collection<T>kullanıma sunar.

Bu özelliğin değerini almak bir O(1) işlemidir.

Şunlara uygulanır