MapperFiltersAddDebugInfo Method |
Append debug information to this collection's
DebugInfo text.
Note that this information is currently visible only in the debugger.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void AddDebugInfo(
string info
)
Public Sub AddDebugInfo (
info As String
)
Parameters
- info
- Type: SystemString
The information to append.
See Also