Terraria v1.4.4.9
Terraria source code documentation
|
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) |
Definition at line 5 of file SignatureTypeExtensions.cs.