







|
| PPJoy Wrapper Library reference library |
| MappingCollection..::.Add Method (Mapping) |
| MappingCollection Class See Also |
Adds a Mapping to the MappingCollection.
Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function Add ( _ value As Mapping _ ) As Integer |
| C# |
|---|
public int Add( Mapping value ) |
| Visual C++ |
|---|
public: int Add( Mapping^ value ) |
Parameters
- value
- Type: PPJoy..::.Mapping
A Mapping to add to the MappingCollection.
