RuntimeTypeParamsBuilderCreateFromTypes Method

Typemock Isolator Developer Guide
Constructs the TypeParams object.

Namespace:  TypeMock
Assembly:  TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax

public TypeParams CreateFromTypes(
	Type[] types
)

Parameters

types
Type: SystemType
The types whose thier consturctor would be invoked

Return Value

Type: TypeParams

Implements

TypeParamsBuilderCreateFromTypes(Type)
See Also

Reference