Table of Contents

Class MonsterCollectionRewardSheet.RewardInfo

Namespace
Nekoyume.TableData
Assembly
Lib9c.dll
[Serializable]
public class MonsterCollectionRewardSheet.RewardInfo
Inheritance
MonsterCollectionRewardSheet.RewardInfo
Inherited Members

Constructors

RewardInfo(Dictionary)

public RewardInfo(Dictionary dictionary)

Parameters

dictionary Dictionary

RewardInfo(int, int)

public RewardInfo(int itemId, int quantity)

Parameters

itemId int
quantity int

RewardInfo(params string[])

public RewardInfo(params string[] fields)

Parameters

fields string[]

Fields

ItemId

public readonly int ItemId

Field Value

int

Quantity

public readonly int Quantity

Field Value

int

Methods

Equals(RewardInfo)

protected bool Equals(MonsterCollectionRewardSheet.RewardInfo other)

Parameters

other MonsterCollectionRewardSheet.RewardInfo

Returns

bool

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Serialize()

public IValue Serialize()

Returns

IValue