[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.CreateGeneric(System.Type,System.Type,System.Object[])"]

Namespace:  Facebook.Json.Utilities
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public static Object CreateGeneric(
	Type genericTypeDefinition,
	Type innerType,
	params Object[] args
)
Visual Basic (Declaration)
Public Shared Function CreateGeneric ( _
	genericTypeDefinition As Type, _
	innerType As Type, _
	ParamArray args As Object() _
) As Object
Visual C++
public:
static Object^ CreateGeneric(
	Type^ genericTypeDefinition, 
	Type^ innerType, 
	... array<Object^>^ args
)

Parameters

genericTypeDefinition
Type: System..::.Type

[Missing <param name="genericTypeDefinition"/> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.CreateGeneric(System.Type,System.Type,System.Object[])"]

innerType
Type: System..::.Type

[Missing <param name="innerType"/> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.CreateGeneric(System.Type,System.Type,System.Object[])"]

args
Type: array< System..::.Object >[]()[]

[Missing <param name="args"/> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.CreateGeneric(System.Type,System.Type,System.Object[])"]

Return Value

[Missing <returns> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.CreateGeneric(System.Type,System.Type,System.Object[])"]

See Also

ReflectionUtils Class
CreateGeneric Overload
Facebook.Json.Utilities Namespace