Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Metadata.MethodDefinitionHandle Struct Reference

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
 

Detailed Description

Definition at line 3 of file MethodDefinitionHandle.cs.


The documentation for this struct was generated from the following file: