terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Reflection.CustomAttributeTypedArgument Struct Reference

Public Member Functions

 CustomAttributeTypedArgument (object value)
 
 CustomAttributeTypedArgument (Type argumentType, object value)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static bool operator== (CustomAttributeTypedArgument left, CustomAttributeTypedArgument right)
 
static bool operator!= (CustomAttributeTypedArgument left, CustomAttributeTypedArgument right)
 

Package Functions

string ToString (bool typed)
 

Properties

readonly Type ArgumentType [get]
 
readonly object Value [get]
 

Static Private Member Functions

static object CanonicalizeValue (object value)
 

Private Attributes

readonly Type< ArgumentTypek__BackingField
 
readonly object< Valuek__BackingField
 

Detailed Description

Definition at line 8 of file CustomAttributeTypedArgument.cs.


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