IListIsFixedSize Property |
Gets a value indicating whether the
IList has a fixed size.
Namespace: System.CollectionsAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax bool IsFixedSize { get; }
Return Value
Type:
Booleantrue if the
IList has a fixed size; otherwise, false.
See Also