Click or drag to resize

IClassFactoryCreateObjectT Method

Create Instance of the templated object type.

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

Type Parameters

T

Return Value

Object
See Also