Click or drag to resize

IExpressionFormat Interface

This interface is implemented by all code objects that can have a lambda expression as a body instead of a block.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public interface IExpressionFormat

The IExpressionFormat type exposes the following members.

Properties
  NameDescription
Public propertyIsExpressionFormat
True if the body of the property is represented with lambda expression syntax, otherwise false.
Top
See Also