Gets or sets a value indicating whether the formatter needs the full source for context, not just the region itself.
Namespace: Ookii.FormatCAssembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Field Value
if the formatter needs the full source for context; otherwise, .Remarks
This only applies if FormattingInfo is .
If this property is (and FormattingInfo is ), the formatter will use the entire string, but with all regions that use different formatters removed.
See Also