Click or drag to resize

VisualBasicFormattingInfoTypes Property

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.1.0
Syntax
public IEnumerable<string> Types { get; set; }

Property Value

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

Implements

IFormattingInfoWithTypesTypes
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