IsFixedSize Property (PagesCollection<T>)
Gets a value indicating whether the
System.Collections.IList has a fixed size.
'Declaration
Public ReadOnly Property IsFixedSize As Boolean
public bool IsFixedSize {get;}
Property Value
true
if this instance is fixed size; otherwise,
false
.