Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.SignatureTypeExtensions Class Reference

Static Public Member Functions

static bool MatchesParameterTypeExactly (this Type pattern, ParameterInfo parameter)
 

Static Package Functions

static bool MatchesExactly (this SignatureType pattern, Type actual)
 
static Type TryResolveAgainstGenericMethod (this SignatureType signatureType, MethodInfo genericMethod)
 

Static Private Member Functions

static Type TryResolve (this SignatureType signatureType, Type[] genericMethodParameters)
 
static Type TryMakeArrayType (this Type type)
 
static Type TryMakeArrayType (this Type type, int rank)
 
static Type TryMakeByRefType (this Type type)
 
static Type TryMakePointerType (this Type type)
 
static Type TryMakeGenericType (this Type type, Type[] instantiation)
 

Detailed Description

Definition at line 5 of file SignatureTypeExtensions.cs.


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