Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
LocalVariableHandleCollection | GetLocalVariables () |
LocalConstantHandleCollection | GetLocalConstants () |
LocalScopeHandleCollection.ChildrenEnumerator | GetChildren () |
Package Functions | |
LocalScope (MetadataReader reader, LocalScopeHandle handle) | |
Properties | |
LocalScopeHandle | Handle [get] |
MethodDefinitionHandle | Method [get] |
ImportScopeHandle | ImportScope [get] |
int | StartOffset [get] |
int | Length [get] |
int | EndOffset [get] |
Private Attributes | |
readonly MetadataReader | _reader |
readonly int | _rowId |
Definition at line 3 of file LocalScope.cs.