Method GetGear
GetGear(int?)
Returns the current or specified Gear instance.
Declaration
public Gear GetGear(int? gear = null)Parameters
| Type | Name | Description | 
|---|---|---|
| int? | gear | Optional. If defined returns the desired gear. | 
Returns
| Type | Description | 
|---|---|
| Gear | The Gear instance. | 
