Aracılığıyla paylaş


ServiceModelExtensionCollectionElement<TServiceModelExtensionElement>.ICollection<TServiceModelExtensionElement>.IsReadOnly Özellik

Tanım

Bunun salt okunur olup olmadığını ServiceModelExtensionCollectionElement<TServiceModelExtensionElement> belirten bir değer alır.

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

Özellik Değeri

Boolean

true salt ServiceModelExtensionCollectionElement<TServiceModelExtensionElement> okunur ise; değilse, false .

Uygulamalar

Açıklamalar

Salt okunur olan bir koleksiyon, koleksiyon oluşturulduktan sonra öğelerinin eklenmesi, kaldırılması veya değiştirilmesine izin vermez.

Şunlara uygulanır