StringValues.ICollection<String>.IsReadOnly Özellik

Tanım

Topluluğun salt okunur olup olmadığını gösteren bir değer alır.

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

Özellik Değeri

Boolean

Koleksiyonun salt okunursa true; değilse, false.

Uygulamalar

Şunlara uygulanır