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
-
QuestParameterTemplate<TValue>.IValueSet
- Inherited Members
Constructors
ListSet(TValue[])
public ListSet(TValue[] values)
Parameters
valuesTValue[]
Fields
Values
public readonly TValue[] Values
Field Value
- TValue[]
Properties
ValueType
public ParameterValueType ValueType { get; }
Property Value
Methods
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
Equals(IValueSet)
public virtual bool Equals(QuestParameterTemplate<TValue>.IValueSet other)
Parameters
otherQuestParameterTemplate<TValue>.IValueSet
Returns
Equals(ListSet)
public virtual bool Equals(QuestParameterTemplate<TValue>.ListSet other)
Parameters
otherQuestParameterTemplate<TValue>.ListSet
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.