CSharpFormattingInfo Types Property FormatC Syntax Highlighting Class Library
Gets or sets a list of identifiers that should be treated as type names.

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

public IEnumerable<string> Types { get; set; }

Field Value

A list of identifiers that should be treated as type names.

Implements

IFormattingInfoWithTypes Types
Remarks

The context in which these names occur is not considered, so they will be formatted as type names in whatever context they occur.

See Also