BACnet.SchemaParser.ChoiceDefinition.ChoiceDefinition C# (CSharp) 메소드

ChoiceDefinition() 공개 메소드

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