Show / Hide Table of Contents

    Struct CurrencyAmount

    A wrapper class that contains a ICurrency and its amount.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public struct CurrencyAmount

    Constructors

    CurrencyAmount(String, Double, Boolean)

    Declaration
    public CurrencyAmount(string currencyId, double currencyAmount, bool setAvailable = false)
    Parameters
    Type Name Description
    String currencyId
    Double currencyAmount
    Boolean setAvailable

    Fields

    currencyAmount

    Declaration
    public double currencyAmount
    Field Value
    Type Description
    Double

    currencyId

    Declaration
    public string currencyId
    Field Value
    Type Description
    String

    setAvailable

    Declaration
    public bool setAvailable
    Field Value
    Type Description
    Boolean

    Methods

    Cleanup()

    Declaration
    public void Cleanup()
    Back to top Copyright © 2020 East Side Games Inc.