|
ITrackableObjectFactoryCreateOfTObject Method
|
Creates a completely new trackable object of the given type
Namespace:
TrackerDog
Assembly:
TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax TObject CreateOf<TObject>(
params Object[] args
)
where TObject : class
Function CreateOf(Of TObject As Class) (
ParamArray args As Object()
) As TObject
Parameters
- args
- Type: SystemObject
Constructor arguments in order, if the whole type has a constructor with arguments.
Type Parameters
- TObject
- The type of the object to track
Return Value
Type:
TObjectThe change-trackable object
See Also