MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / MakeGenericType

Method MakeGenericType

Source/Engine/Scripting/Scripting.cs:223–226  ·  view source on GitHub ↗
(Type genericType, Type[] genericArgs)

Source from the content-addressed store, hash-verified

221 }
222
223 internal static Type MakeGenericType(Type genericType, Type[] genericArgs)
224 {
225 return genericType.MakeGenericType(genericArgs);
226 }
227
228 internal static void AddDictionaryItem(IDictionary dictionary, object key, object value)
229 {

Callers 13

FactoryMethod · 0.80
MarshalHelperMethod · 0.80
TryCreateDelegateMethod · 0.80
FactoryMethod · 0.80
GetPointerMethod · 0.80
GetTypeSizeMethod · 0.80
ThunkContextMethod · 0.80
ToArrayMethod · 0.80
FindTypeGenericMethod · 0.80
CreateCurveMethod · 0.80
InitializeMethod · 0.80
MakeDictionaryTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected