GeneralTransformCollection.IList.IsReadOnly Свойство
Определение
Описание этого члена см. в разделе IsReadOnly.For a description of this member, see IsReadOnly.
property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
member this.System.Collections.IList.IsReadOnly : bool
ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly
Значение свойства
Значение true
, если интерфейс GeneralTransformCollection доступен только для чтения; в противном случае — значение false
.true
if the GeneralTransformCollection is read-only; otherwise, false
.
Реализации
Комментарии
Этот член представляет собой явную реализацию члена интерфейса.This member is an explicit interface member implementation. Он может использоваться, только если экземпляр GeneralTransformCollection приведен к типу интерфейса IList.It can be used only when the GeneralTransformCollection instance is cast to an IList interface.