Show / Hide Table of Contents

Struct AtkLinkedList<T>.Node

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FFXIVClientStructs.FFXIV.Component.GUI
Assembly: FFXIVClientStructs.dll
Syntax
public struct Node

Fields

| Improve this Doc View Source

Next

Declaration
public AtkLinkedList<T>.Node*Next
Field Value
Type Description
AtkLinkedList.Node<>*
| Improve this Doc View Source

Previous

Declaration
public AtkLinkedList<T>.Node*Previous
Field Value
Type Description
AtkLinkedList.Node<>*
| Improve this Doc View Source

Value

Declaration
public T Value
Field Value
Type Description
T
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX