FastQuant.CharStreamer.CharStreamer C# (CSharp) Method

CharStreamer() public method

public CharStreamer ( ) : System
return System
        public CharStreamer()
        {
            this.typeId = DataObjectType.Char;
            this.type = typeof(char);
        }