FastQuant.ByteStreamer.ByteStreamer C# (CSharp) 메소드

ByteStreamer() 공개 메소드

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