BACnet.Types.Schemas.OptionSchema.OptionSchema C# (CSharp) Method

OptionSchema() public method

Constructs a new OptionSchema instance
public OptionSchema ( ISchema elementType ) : System
elementType ISchema The element type of the option
return System
        public OptionSchema(ISchema elementType)
        {
            this.ElementType = elementType;
        }
OptionSchema