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