Table of Contents

Class QuestParameterTemplate<TValue>.ListSet

Namespace
Uncreated.Warfare.Quests.Parameters
Assembly
Uncreated.Warfare.dll
protected class QuestParameterTemplate<TValue>.ListSet : QuestParameterTemplate<TValue>.IValueSet
Inheritance
QuestParameterTemplate<TValue>.ListSet
Implements
Inherited Members

Constructors

ListSet(TValue[])

public ListSet(TValue[] values)

Parameters

values TValue[]

Fields

Values

public readonly TValue[] Values

Field Value

TValue[]

Properties

ValueType

public ParameterValueType ValueType { get; }

Property Value

ParameterValueType

Methods

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.

Equals(IValueSet)

public virtual bool Equals(QuestParameterTemplate<TValue>.IValueSet other)

Parameters

other QuestParameterTemplate<TValue>.IValueSet

Returns

bool

Equals(ListSet)

public virtual bool Equals(QuestParameterTemplate<TValue>.ListSet other)

Parameters

other QuestParameterTemplate<TValue>.ListSet

Returns

bool

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.