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

Public Member Functions

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

Static Public Member Functions

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

Static Package Functions

static LocalScopeHandle FromRowId (int rowId)
 

Properties

bool IsNil [get]
 
int RowId [get]
 

Private Member Functions

 LocalScopeHandle (int rowId)
 

Private Attributes

readonly int _rowId
 

Detailed Description

Definition at line 3 of file LocalScopeHandle.cs.


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