Property Parts
- Namespace
- Microlithix.Text.Ansi.Element
- Assembly
- AnsiParser.dll
Parts
In most cases, a parameter consists of a single integer value that can be accessed via the Value property. When a parameter consists of multiple integer values, you can use the Parts property to access all of them. Any part with a negative value indicates that the part should be interpreted as having an application-defined default value.
public IList<int> Parts { get; init; }