Constructor Recorder
Recorder()
Initializes a new instance of the Recorder class.
Declaration
public Recorder()
Recorder(Object)
Initializes a new instance of the Recorder class and attaches it to a given object.
Declaration
public Recorder([Required] object owner)
Parameters
Type | Name | Description |
---|---|---|
Object | owner | The object to which the new Recorder should be attached. |