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

Public Member Functions

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

Static Public Member Functions

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

Static Package Functions

static StandaloneSignatureHandle FromRowId (int rowId)
 

Properties

bool IsNil [get]
 
int RowId [get]
 

Private Member Functions

 StandaloneSignatureHandle (int rowId)
 

Private Attributes

readonly int _rowId
 

Detailed Description

Definition at line 3 of file StandaloneSignatureHandle.cs.


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