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

Public Member Functions

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

Static Public Member Functions

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

Static Package Functions

static GuidHandle FromIndex (int heapIndex)
 

Properties

bool IsNil [get]
 
int Index [get]
 

Private Member Functions

 GuidHandle (int index)
 

Private Attributes

readonly int _index
 

Detailed Description

Definition at line 5 of file GuidHandle.cs.


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