







|
| PPJoy Wrapper Library reference library |
| MappingCollection..::.RemoveAt Method |
| MappingCollection Class See Also |
Removes the element at the specified index of the MappingCollection.
Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub RemoveAt ( _ index As Integer _ ) |
| C# |
|---|
public void RemoveAt( int index ) |
| Visual C++ |
|---|
public: virtual void RemoveAt( int index ) sealed |
Parameters
- index
- Type: System..::.Int32
The zero-based index of the element to remove.
