StructuredTraceSource TraceEnter Method CleanCode C# Libraries v1.2.03 API
Traces entering the specified method name, and increases the indentation.

Namespace: CleanCode.Diagnostics
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void TraceEnter()
Remarks

If the method is a setter-accessor of a property, the type of the property is also reported.
See Also