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

Public Member Functions

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

Static Public Member Functions

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

Static Package Functions

static ModuleReferenceHandle FromRowId (int rowId)
 

Properties

bool IsNil [get]
 
int RowId [get]
 

Private Member Functions

 ModuleReferenceHandle (int rowId)
 

Private Attributes

readonly int _rowId
 

Detailed Description

Definition at line 3 of file ModuleReferenceHandle.cs.


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