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

Public Member Functions

override bool Equals (object? obj)
 
bool Equals (MethodImplementationHandle other)
 
override int GetHashCode ()
 
bool Equals (T? other)
 

Static Public Member Functions

static implicit operator Handle (MethodImplementationHandle handle)
 
static implicit operator EntityHandle (MethodImplementationHandle handle)
 
static operator MethodImplementationHandle (Handle handle)
 
static operator MethodImplementationHandle (EntityHandle handle)
 
static bool operator== (MethodImplementationHandle left, MethodImplementationHandle right)
 
static bool operator!= (MethodImplementationHandle left, MethodImplementationHandle right)
 

Static Package Functions

static MethodImplementationHandle FromRowId (int rowId)
 

Properties

bool IsNil [get]
 
int RowId [get]
 

Private Member Functions

 MethodImplementationHandle (int rowId)
 

Private Attributes

readonly int _rowId
 

Detailed Description

Definition at line 3 of file MethodImplementationHandle.cs.


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