Returns True if collection has fixed size, False otherwise.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public virtual bool IsFixedSize { get; }
Public Overridable ReadOnly Property IsFixedSize As Boolean
	Get
public:
virtual property bool IsFixedSize {
	bool get ();
}
abstract IsFixedSize : bool with get
override IsFixedSize : bool with get

Property Value

Boolean

Implements

IDictionary..::..IsFixedSize

See Also