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

TextInfoStreamer() 공개 메소드

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