BACnet.Types.Schemas.OptionSchema.OptionSchema C# (CSharp) Метод

OptionSchema() публичный Метод

Constructs a new OptionSchema instance
public OptionSchema ( ISchema elementType ) : System
elementType ISchema The element type of the option
Результат System
        public OptionSchema(ISchema elementType)
        {
            this.ElementType = elementType;
        }
OptionSchema