Struct IntKeyEntry<T>
Namespace: GDX.Collections.Generic
Syntax
[Serializable]
public struct IntKeyEntry<T>
Type Parameters
Name | Description |
---|---|
T |
Fields
| Improve this Doc View SourceKey
Declaration
public int Key
Field Value
Type | Description |
---|---|
System.Int32 |
Next
Declaration
public int Next
Field Value
Type | Description |
---|---|
System.Int32 |
Value
Declaration
public T Value
Field Value
Type | Description |
---|---|
T |