Insert Method (Int32, Mapping)

PPJoy

Inserts a Mapping into the MappingCollection at the specified index.

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

Syntax

Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	value As Mapping _
)
C#
public void Insert(
	int index,
	Mapping value
)
Visual C++
public:
void Insert(
	int index, 
	Mapping^ value
)

Parameters

index
Type: System..::.Int32
The zero-based index at which value should be inserted.
value
Type: PPJoy..::.Mapping
The Mapping to insert. value can be nll.

See Also