CodeNamespaceImportCollection.IList.IsFixedSize Свойство
Определение
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
. Данное свойство всегда возвращает значение false
.This property always returns false
.