Click or drag to resize

ParserIsGeneratedRegion Property

True if parsing a region of generated code (such as code from the MS Component Designer). Formatting and code cleanup settings will be ignored.

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

Property Value

Type: Boolean
See Also