Click or drag to resize

MethodDeclBaseIsExpressionFormat Property

True if the body of the property is represented with lambda expression syntax, otherwise false.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool IsExpressionFormat { get; set; }

Property Value

Type: Boolean

Implements

IExpressionFormatIsExpressionFormat
See Also