Constructor Parameter
- Namespace
- Microlithix.Text.Ansi.Element
- Assembly
- AnsiParser.dll
Parameter(params int[])
Creates a new Parameter instance from a specified list of parts, where each part is either a positive integer, or a value of -1 indicating that the part should be interpreted as having an application-defined default value.
public Parameter(params int[] part)
Parameters
part
int[]An integer representing one part of the parameter.
Parameter()
Creates a new Parameter instance with a single part having a value of -1, indicating that the parameter should be interpreted as having an application-defined default value.
public Parameter()