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

Public Member Functions

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

Static Public Member Functions

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

Package Functions

 CustomAttributeTypedArgument (RuntimeModule scope, CustomAttributeEncodedArgument encodedArg)
 
string ToString (bool typed)
 

Properties

Type ArgumentType [get]
 
object? Value [get]
 

Static Private Member Functions

static Type CustomAttributeEncodingToType (CustomAttributeEncoding encodedType)
 
static unsafe object EncodedValueToRawValue (long val, CustomAttributeEncoding encodedType)
 
static RuntimeType ResolveType (RuntimeModule scope, string typeName)
 
static object CanonicalizeValue (object value)
 

Private Attributes

readonly object _value
 
readonly Type _argumentType
 

Detailed Description

Definition at line 6 of file CustomAttributeTypedArgument.cs.


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