Gets a value indicating whether the
IList has a fixed size.
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
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