Count Property

PPJoy

Gets the number of Mappings in the MappingCollection.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Count As Integer
C#
public int Count { get; }
Visual C++
public:
virtual property int Count {
	int get () sealed;
}

Implements

ICollection..::.Count

See Also