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