Table of Contents

Operator operator ++

Namespace
GuildWars2
Assembly
GW2SDK.dll

operator ++(in Coin)

Increments the current instance of Coin by 1.

public static Coin operator ++(in Coin coin)

Parameters

coin Coin

The Coin value.

Returns

Coin

The incremented Coin value.