IsFixedSize Property (UniArray)
In This Topic
Gets a value indicating whether the
UniArray has a fixed size.
Syntax
'Declaration
Public ReadOnly Property IsFixedSize As Boolean
public bool IsFixedSize {get;}
Property Value
true if the
UniArray has a fixed size; otherwise,
false.
See Also