FastQuant.ByteStreamer.ByteStreamer C# (CSharp) Method

ByteStreamer() public method

public ByteStreamer ( ) : System
return System
        public ByteStreamer()
        {
            this.typeId = DataObjectType.Byte;
            this.type = typeof(byte);
        }