Qyoto.Qt.Showbase C# (CSharp) Method

Showbase() public static method

public static Showbase ( QTextStream s ) : QTextStream
s QTextStream
return QTextStream
        public static QTextStream Showbase(QTextStream s)
        {
            return (QTextStream) staticInterceptor.Invoke("showbase#", "showbase(QTextStream&)", typeof(QTextStream), typeof(QTextStream), s);
        }