public CategoricalVariable(
string name
)
Public Sub New (
name As String
)
public:
CategoricalVariable(
String^ name
)
new :
name : string -> CategoricalVariable
ArgumentNullException | name is null. |
ArgumentOutOfRangeException | name is empty, or consists only of white-space characters. |