GeneralTransform3DCollection.IList.IsFixedSize Свойство
Определение
Описание этого члена см. в разделе IsFixedSize.For a description of this member, see 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
, если GeneralTransform3DCollection имеет фиксированный размер; в противном случае — значение false
.true
if the GeneralTransform3DCollection has a fixed size; otherwise, false
.
Реализации
Комментарии
Этот член представляет собой явную реализацию члена интерфейса.This member is an explicit interface member implementation. Он может использоваться, только если экземпляр GeneralTransform3DCollection приведен к типу интерфейса IList.It can be used only when the GeneralTransform3DCollection instance is cast to an IList interface.
IList.IsFixedSize вводится в .NET Framework версии 3,5.IList.IsFixedSize is introduced in the .NET Framework version 3.5. Дополнительные сведения см. в статье Версии и зависимости платформы .NET Framework.For more information, see Versions and Dependencies.