DefaultRecorder
Gets the global default Recorder.
Declaration
public static Recorder DefaultRecorder { get; }
Property Value
Type | Description |
---|---|
Recorder |
Remarks
This property is provided for convenience only. It is equivalent to calling GetRecorder(object)
with a null
argument.