terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Reflection.CustomAttributeTypedArgument Struct Reference
+ Inheritance diagram for System.Reflection.CustomAttributeTypedArgument:
+ Collaboration diagram for System.Reflection.CustomAttributeTypedArgument:

Public Member Functions

 CustomAttributeTypedArgument (object value)
 
 CustomAttributeTypedArgument (global::System.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 global::System.Type ArgumentType [get, set]
 
readonly object Value [get, set]
 

Static Private Member Functions

static object CanonicalizeValue (object value)
 

Private Attributes

readonly global::System.Type< ArgumentTypek__BackingField
 
readonly object< Valuek__BackingField
 

Detailed Description

Definition at line 12 of file CustomAttributeTypedArgument.cs.


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