Set.new Method [AX 2012]
Creates a set that can contain elements of the specified type.
public void new(Types Type)
Run On
CalledParameters
- Type
- Type: Types Enumeration
The type of the elements within the set.
Community Additions
ADD
Show:
Creates a set that can contain elements of the specified type.
public void new(Types Type)