BACnet.SchemaParser.ChoiceDefinition.ChoiceDefinition C# (CSharp) Méthode

ChoiceDefinition() public méthode

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