![]() |
VOOZH | about |
IList.IsFixedSize Property .
Syntax:
public bool IsFixedSize { get; }
Property Value: This property is always return true for all arrays.
Below programs illustrate the use of above-discussed property:
Example 1:
Topic of C#: Array, String, Stack, Queue, Exception, Operators Result: True
Result: True
System.Collections.IList interface.