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

TextInfoStreamer() public méthode

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