LanguageRegion Start Property FormatC Syntax Highlighting Class Library
Gets or sets the index in the source code of the first character of the language region.

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public int Start { get; set; }

Field Value

The zero-based index in the source code of the first character of the language region.
See Also