FastQuant.BooleanStreamer.BooleanStreamer C# (CSharp) Method

BooleanStreamer() public method

public BooleanStreamer ( ) : System
return System
        public BooleanStreamer()
        {
            this.typeId = DataObjectType.Boolean;
            this.type = typeof(bool);
        }