ImmutableSortedSet<T>.Builder.ICollection<T>.IsReadOnly Özellik
Tanım
Bu örneğin salt okunurdur olduğunu gösteren bir değer alır.Gets a value that indicates whether this instance is read-only.
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
Her zaman false
.Always false
.