FastQuant.ByteStreamer.ByteStreamer C# (CSharp) Méthode

ByteStreamer() public méthode

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