BACnet.SchemaParser.ChoiceDefinition.ChoiceDefinition C# (CSharp) Method

ChoiceDefinition() public method

Constructs a new choice definition
public ChoiceDefinition ( FieldDefinition fields ) : System
fields FieldDefinition The fields of the choice
return System
        public ChoiceDefinition(FieldDefinition[] fields)
        {
            this.Fields = fields;
        }
ChoiceDefinition