Skip to main content

ParameterList Constructors

A list of Parameter objects.
Name Parameters Description
ParameterList() none Initializes a new instance of the ParameterList class with the default settings.
ParameterList(IEnumerable<Parameter>) collection Initializes a new instance of the ParameterList class with the specified default set of elements.
ParameterList(Int32) capacity Initializes a new instance of the ParameterList class with the specified initial capacity.
See Also