[]
Gets the T instance.
protected virtual T GetObjectInstance(object parent = null)
Protected Overridable Function GetObjectInstance(Optional parent As Object = Nothing) As T
| Type | Name | Description |
|---|---|---|
| object | parent | The parent object. It is optional. |
| Type | Description |
|---|---|
| T | An instance of T |