Initializes a new instance of the AssociatedParameterSetDefinition class.
Namespace: ININ.IceLib.StatisticsAssembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public AssociatedParameterSetDefinition( IEnumerable<ParameterTypeId> orderedTypes ) |
Visual Basic |
---|
Public Sub New ( _ orderedTypes As IEnumerable(Of ParameterTypeId) _ ) |
Parameters
- orderedTypes
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'ParameterTypeId>)>)>
The ordered types.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | orderedTypes was nullNothingnullptra null reference (Nothing in Visual Basic), or contained a ParameterType multiple times. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.