|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| override bool | Equals (object? obj) |
| bool | Equals (MethodDebugInformationHandle other) |
| override int | GetHashCode () |
| MethodDefinitionHandle | ToDefinitionHandle () |
| bool | Equals (T? other) |
Static Public Member Functions | |
| static implicit | operator Handle (MethodDebugInformationHandle handle) |
| static implicit | operator EntityHandle (MethodDebugInformationHandle handle) |
| static | operator MethodDebugInformationHandle (Handle handle) |
| static | operator MethodDebugInformationHandle (EntityHandle handle) |
| static bool | operator== (MethodDebugInformationHandle left, MethodDebugInformationHandle right) |
| static bool | operator!= (MethodDebugInformationHandle left, MethodDebugInformationHandle right) |
Static Package Functions | |
| static MethodDebugInformationHandle | FromRowId (int rowId) |
Properties | |
| bool | IsNil [get] |
| int | RowId [get] |
Private Member Functions | |
| MethodDebugInformationHandle (int rowId) | |
Private Attributes | |
| readonly int | _rowId |
Definition at line 3 of file MethodDebugInformationHandle.cs.