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