Click or drag to resize

IDelegateDebugInfo Interface

The interface is implemented by the compiled delegate Target if `CompilerFlags.EnableDelegateDebugInfo` is set.

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public interface IDelegateDebugInfo

The IDelegateDebugInfo type exposes the following members.

Properties
  NameDescription
Public propertyCSharpString
The lambda expression equivalent C# code
Public propertyExpression
The lambda expression object that was compiled to the delegate
Public propertyExpressionString
The lambda expression construction syntax C# code
Top
See Also