[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.MakeGenericType(System.Type,System.Type[])"]
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public static Type MakeGenericType( Type genericTypeDefinition, params Type[] innerTypes ) |
Visual Basic (Declaration) |
---|
Public Shared Function MakeGenericType ( _ genericTypeDefinition As Type, _ ParamArray innerTypes As Type() _ ) As Type |
Visual C++ |
---|
public: static Type^ MakeGenericType( Type^ genericTypeDefinition, ... array<Type^>^ innerTypes ) |
Parameters
- genericTypeDefinition
- Type: System..::.Type
[Missing <param name="genericTypeDefinition"/> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.MakeGenericType(System.Type,System.Type[])"]
- innerTypes
- Type: array<
System..::.Type
>[]()[]
[Missing <param name="innerTypes"/> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.MakeGenericType(System.Type,System.Type[])"]
Return Value
[Missing <returns> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.MakeGenericType(System.Type,System.Type[])"]