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.
Return Value
The
Mapping object corresponding to the given index in the
MappingCollection.
See Also