Table of Contents

Method Add

Namespace
GuildWars2
Assembly
GW2SDK.dll

Add(in Coin)

Returns the sum of this Coin and another Coin.

public Coin Add(in Coin other)

Parameters

other Coin

The Coin to add.

Returns

Coin

The sum of the two Coin values.