Gets a value indicating whether the
IList has a fixed size.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public bool IsFixedSize { get; } |
Visual Basic |
---|
Public ReadOnly Property IsFixedSize As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool IsFixedSize {
bool get () sealed;
} |
F# |
---|
abstract IsFixedSize : bool with get
override IsFixedSize : bool with get |
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if the
IList has a fixed size; otherwise, false.
Implements
IList..::..IsFixedSizeSee Also