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

Public Member Functions

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

Static Public Member Functions

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

Static Package Functions

static ManifestResourceHandle FromRowId (int rowId)
 

Properties

bool IsNil [get]
 
int RowId [get]
 

Private Member Functions

 ManifestResourceHandle (int rowId)
 

Private Attributes

readonly int _rowId
 

Detailed Description

Definition at line 3 of file ManifestResourceHandle.cs.


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