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

BooleanStreamer() public méthode

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