Table of Contents

Operator operator ++

Namespace
GuildWars2
Assembly
GW2SDK.dll

operator ++(Coin)

Increments the current instance of Coin by 1.

public static Coin operator ++(Coin coin)

Parameters

coin Coin

The Coin value.

Returns

Coin

The incremented Coin value.