Qyoto.Qt.Flush C# (CSharp) Méthode

Flush() public static méthode

public static Flush ( Qyoto.QTextStream s ) : Qyoto.QTextStream
s Qyoto.QTextStream
Résultat Qyoto.QTextStream
        public static QTextStream Flush(QTextStream s)
        {
            return (QTextStream) staticInterceptor.Invoke("flush#", "flush(QTextStream&)", typeof(QTextStream), typeof(QTextStream), s);
        }