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

Property Value

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

See Also