IsFixedSize Property

PPJoy

Gets a value indicating whether the MappingCollection has a fixed size.

Namespace:  PPJoy
Assembly:  PPJoyWrapper (in PPJoyWrapper.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsFixedSize As Boolean
C#
public bool IsFixedSize { get; }
Visual C++
public:
virtual property bool IsFixedSize {
	bool get () sealed;
}

Implements

IList..::.IsFixedSize

See Also