|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | TypeInfo |
Static Package Functions | |
| static Type | MakeCallSiteDelegate (ReadOnlyCollection< Expression > types, Type returnType) |
| static Type | MakeDeferredSiteDelegate (DynamicMetaObject[] args, Type returnType) |
| static Type | MakeDelegateType (Type[] types) |
| static TypeInfo | NextTypeInfo (Type initialArg) |
| static TypeInfo | GetNextTypeInfo (Type initialArg, TypeInfo curTypeInfo) |
| static Type | MakeNewDelegate (Type[] types) |
| static Type | GetFuncType (Type[] types) |
| static Type | GetActionType (Type[] types) |
Static Private Member Functions | |
| static bool | IsByRef (DynamicMetaObject mo) |
| static Type | MakeNewCustomDelegate (Type[] types) |
| static TypeInfo | NextTypeInfo (Type initialArg, TypeInfo curTypeInfo) |
Static Private Attributes | |
| static readonly Type[] | s_delegateCtorSignature |
| static TypeInfo | _DelegateCache = new TypeInfo() |
Definition at line 11 of file DelegateHelpers.cs.