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

Public Member Functions

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

Static Public Member Functions

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

Static Package Functions

static MethodSpecificationHandle FromRowId (int rowId)
 

Properties

bool IsNil [get]
 
int RowId [get]
 

Private Member Functions

 MethodSpecificationHandle (int rowId)
 

Private Attributes

readonly int _rowId
 

Detailed Description

Definition at line 3 of file MethodSpecificationHandle.cs.


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