CUtlRBTreeLinks
Struct CUtlRBTreeLinks
Namespace: SwiftlyS2.Shared.Natives
Assembly: SwiftlyS2.CS2.dll
public struct CUtlRBTreeLinks<TKey> where TKey : unmanagedType Parameters
- TKey
Inherited Members
- object.Equals(object?)
- object.Equals(object?, object?)
- object.GetHashCode()
- object.GetType()
- object.ReferenceEquals(object?, object?)
- object.ToString()
Fields
Left
public TKey LeftField Value
- TKey
Parent
public TKey ParentField Value
- TKey
Right
public TKey RightField Value
- TKey
Tag
public TKey TagField Value
- TKey