|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| DynamicTable (int maxSize) | |
| void | Insert (ReadOnlySpan< byte > name, ReadOnlySpan< byte > value) |
| void | Resize (int maxSize) |
Properties | |
| ref readonly HeaderField | this[int index] [get] |
Private Member Functions | |
| void | EnsureAvailable (int available) |
Private Attributes | |
| HeaderField[] | _buffer |
| int | _maxSize |
| int | _size |
| int | _count |
| int | _insertIndex |
| int | _removeIndex |
Definition at line 3 of file DynamicTable.cs.