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

BooleanStreamer() 공개 메소드

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