TypeFnsConstructGenericInstance Method (Type, Type, Object) Breeze.sharp
Constructs a generic instance. Can only access public constructors.

Namespace: Breeze.Sharp.Core
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public static Object ConstructGenericInstance(
	Type genericType,
	Type[] argTypes,
	params Object[] constructorParams
)

Parameters

genericType
Type: SystemType
argTypes
Type: SystemType
constructorParams
Type: SystemObject

Return Value

Type: Object
See Also

Reference