|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| override string | ToString () |
Package Functions | |
| LocalBuilder (int localIndex, Type localType, MethodInfo methodBuilder) | |
| LocalBuilder (int localIndex, Type localType, MethodInfo methodBuilder, bool isPinned) | |
| int | GetLocalIndex () |
| MethodInfo | GetMethodBuilder () |
Properties | |
| override bool | IsPinned [get] |
| override Type | LocalType [get] |
| override int | LocalIndex [get] |
Private Attributes | |
| int | m_localIndex |
| Type | m_localType |
| MethodInfo | m_methodBuilder |
| bool | m_isPinned |
Definition at line 3 of file LocalBuilder.cs.