 | CTExtensionCreateObjectT Method |
Allows Class Factory pattern for objects that have
public parameterless constructor.
Namespace: CTExtensionsAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic virtual Object CreateObject<T>()
where T : class, new()
Public Overridable Function CreateObject(Of T As {Class, New}) As Object
Type Parameters
- T
Return Value
ObjectImplements
IClassFactoryCreateObjectT
See Also