Share via


GlobalTypeCollection.IsFixedSize Property

Definition

Gets whether or not this collection's size can be changed.

public:
 property bool IsFixedSize { bool get(); };
public:
 property bool IsFixedSize { bool get(); };
public bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public ReadOnly Property IsFixedSize As Boolean

Property Value

true if this collection's size cannot be changed, otherwise false.

Implements

Applies to