VisualBasicFormattingInfoTypes Property

Gets or sets a list of identifiers that should be treated as type names.

Definition

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
C#
public IEnumerable<string>? Types { get; set; }

Property Value

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