|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| NestedClassTableReader (int numberOfRows, bool declaredSorted, int typeDefTableRowRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
| TypeDefinitionHandle | GetNestedClass (int rowId) |
| TypeDefinitionHandle | GetEnclosingClass (int rowId) |
| TypeDefinitionHandle | FindEnclosingType (TypeDefinitionHandle nestedTypeDef) |
Package Attributes | |
| readonly int | NumberOfRows |
| readonly int | RowSize |
| readonly MemoryBlock | Block |
Private Member Functions | |
| bool | CheckSorted () |
Private Attributes | |
| readonly bool | _IsTypeDefTableRowRefSizeSmall |
| readonly int | _NestedClassOffset |
| readonly int | _EnclosingClassOffset |
Definition at line 5 of file NestedClassTableReader.cs.