Click or drag to resize
ValueListAttribute Constructor
Initializes a new instance of the ValueListAttribute class.

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public ValueListAttribute(
	Type concreteType
)

Parameters

concreteType
Type: SystemType
A type that implements IListT.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if concreteType is null.
See Also