Class ArrayAttribute<T>
- Namespace
- Vintagestory.API.Datastructures
- Assembly
- VintagestoryAPI.dll
public abstract class ArrayAttribute<T>
Type Parameters
T
- Inheritance
-
ArrayAttribute<T>
- Derived
- Inherited Members
- Extension Methods
Fields
value
public T[] value
Field Value
- T[]
Methods
Equals(IWorldAccessor, IAttribute)
public virtual bool Equals(IWorldAccessor worldForResolve, IAttribute attr)
Parameters
worldForResolve
IWorldAccessorattr
IAttribute
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetValue()
public virtual object GetValue()
Returns
ToJsonToken()
public virtual string ToJsonToken()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.