[This is preliminary documentation and is subject to change.]

When overriden in derived class gets a value indicating whether the IList has a fixed size.

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public abstract bool IsFixedSize { get; }
Visual Basic
Public MustOverride ReadOnly Property IsFixedSize As Boolean
	Get
Visual C++
public:
virtual property bool IsFixedSize {
	bool get () abstract;
}
F#
abstract IsFixedSize : bool
JScript
abstract function get IsFixedSize () : boolean

Return Value

Always False

Implements

IList..::..IsFixedSize

Remarks

Provided for compatibility with CollectionEditor

See Also