Show / Hide Table of Contents

    Class Exchange

    Inheritance
    Object
    Exchange
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class Exchange

    Constructors

    Exchange(CurrencyAmount, CurrencyAmount)

    Declaration
    public Exchange(CurrencyAmount input, CurrencyAmount output)
    Parameters
    Type Name Description
    CurrencyAmount input
    CurrencyAmount output

    Fields

    InputAmount

    Declaration
    public CurrencyAmount InputAmount
    Field Value
    Type Description
    CurrencyAmount

    OutputAmount

    Declaration
    public CurrencyAmount OutputAmount
    Field Value
    Type Description
    CurrencyAmount
    Back to top Copyright © 2020 East Side Games Inc.