Struct ViewNodeReference
public struct ViewNodeReference- Inherited Members
Constructors
ViewNodeReference(int)
public ViewNodeReference(int index)Parameters
- indexint
Fields
Index
public readonly int IndexField Value
Invalid
Invalid slot.
public static readonly ViewNodeReference InvalidField Value
Methods
Equals(object)
Indicates whether this instance and a specified object are equal.
public override bool Equals(object other)Parameters
- otherobject
Returns
- bool
- true if - objand this instance are the same type and represent the same value; otherwise, false.
GetHashCode()
Returns the hash code for this instance.
public override int GetHashCode()Returns
- int
- A 32-bit signed integer that is the hash code for this instance. 
Operators
operator +(ViewNodeReference, int)
public static ViewNodeReference operator +(ViewNodeReference value, int offset)Parameters
- valueViewNodeReference
- offsetint
Returns
operator ==(ViewNodeReference, ViewNodeReference)
public static bool operator ==(ViewNodeReference a, ViewNodeReference b)Parameters
Returns
operator !=(ViewNodeReference, ViewNodeReference)
public static bool operator !=(ViewNodeReference a, ViewNodeReference b)Parameters
Returns
operator *(ViewNodeReference, int)
public static ViewNodeReference operator *(ViewNodeReference value, int multiplyFactor)Parameters
- valueViewNodeReference
- multiplyFactorint