Struct StdDeque<T>
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)
Assembly: FFXIVClientStructs.dll
Syntax
public struct StdDeque<T>
where T : struct
Type Parameters
Fields
|
Improve this Doc
View Source
ContainerBase
Declaration
public void *ContainerBase
Field Value
| Type |
Description |
| System.Void* |
|
|
Improve this Doc
View Source
Map
Declaration
Field Value
|
Improve this Doc
View Source
MapSize
Declaration
Field Value
| Type |
Description |
| System.UInt64 |
|
|
Improve this Doc
View Source
MyOff
Declaration
Field Value
| Type |
Description |
| System.UInt64 |
|
|
Improve this Doc
View Source
MySize
Declaration
Field Value
| Type |
Description |
| System.UInt64 |
|
Methods
|
Improve this Doc
View Source
Get(UInt64)
Declaration
public T Get(ulong index)
Parameters
| Type |
Name |
Description |
| System.UInt64 |
index |
|
Returns