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