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

Public Member Functions

override bool Equals ([NotNullWhen(true)] object? obj)
 
bool Equals (CustomDebugInformationHandle other)
 
override int GetHashCode ()
 
bool Equals (T? other)
 

Static Public Member Functions

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

Static Package Functions

static CustomDebugInformationHandle FromRowId (int rowId)
 

Properties

bool IsNil [get]
 
int RowId [get]
 

Private Member Functions

 CustomDebugInformationHandle (int rowId)
 

Private Attributes

readonly int _rowId
 

Detailed Description

Definition at line 5 of file CustomDebugInformationHandle.cs.


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