Click or drag to resize

IFormattingInfoWithTypesTypes 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
IEnumerable<string> Types { get; set; }

Property Value

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