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

Reset() public static méthode

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