Click or drag to resize

IClassFactoryCreateObjectT Method

Create Instance of the templated object type.

Namespace:  CTExtensions.Interfaces
Assembly:  CTInterface (in CTInterface.dll)
Syntax
Object CreateObject<T>()
where T : class, new()

Type Parameters

T

Return Value

Type: Object
See Also