  | IClassFactoryCreateObjectT Method | 
            Create Instance of the templated object type.
            
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
SyntaxObject CreateObject<T>()
where T : class, new()
Function CreateObject(Of T As {Class, New}) As ObjectType Parameters
- T
 
Return Value
Object
See Also