Table of Contents

Operator operator --

Namespace
GuildWars2
Assembly
GW2SDK.dll

operator --(Coin)

Decrements the current instance of Coin by 1.

public static Coin operator --(Coin coin)

Parameters

coin Coin

The Coin value.

Returns

Coin

The decremented Coin value.