ImmutableArray<T>.ICollection<T>.IsReadOnly Özellik

Tanım

Bu örneğin salt okunur olup olmadığını gösteren bir değer alır.

property bool System::Collections::Generic::ICollection<T>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<T>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<T>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of T).IsReadOnly

Özellik Değeri

true bu örnek salt okunursa; aksi takdirde , false.

Uygulamalar

Şunlara uygulanır