FastQuant.TextInfoStreamer.TextInfoStreamer C# (CSharp) Method

TextInfoStreamer() public method

public TextInfoStreamer ( ) : System
return System
        public TextInfoStreamer()
        {
            this.typeId = DataObjectType.Text;
            this.type = typeof(TextInfo);
        }