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

Public Member Functions

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

Static Public Member Functions

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

Package Functions

 InterfaceImplementationHandle (int rowId)
 

Static Package Functions

static InterfaceImplementationHandle FromRowId (int rowId)
 

Properties

bool IsNil [get]
 
int RowId [get]
 

Private Attributes

readonly int _rowId
 

Detailed Description

Definition at line 3 of file InterfaceImplementationHandle.cs.


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