SynchronizedCollection<T>.ICollection<T>.IsReadOnly Egenskap

Definition

Hämtar ett värde som anger om samlingen är skrivskyddad.

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

Egenskapsvärde

false

Implementeringar

Kommentarer

Den här egenskapen returneras false alltid eftersom samlingen kan läggas till och därför inte är skrivskyddad.

Gäller för