Item Property
From PPJoy
| PPJoy Wrapper Library reference library |
| MappingCollection..::.Item Property |
| MappingCollection Class See Also |
Gets an item from the MappingCollection, given its index number.
Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Default Property Item ( _ index As Integer _ ) As Mapping |
| C# |
|---|
public Mapping this[ int index ] { get; set; } |
| Visual C++ |
|---|
public: property Mapping^ default[int index] { Mapping^ get (int index); void set (int index, Mapping^ value); } |
Parameters
- index
- Type: System..::.Int32
The zero-based index of the item to retrieve.