MinisWrapperGet Method (Int32) |
View Project on GitHub
Returns a single mini that matches the id.
Namespace: GW2CSharp.V2.Unauthenticated.MinisAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Mini Get(
int id
)
Parameters
- id
- Type: SystemInt32
The mini identifier.
Return Value
Type:
MiniMini that matches the id.
See Also