Qyoto.Qt.Dec C# (CSharp) Method

Dec() public static method

public static Dec ( Qyoto.QTextStream s ) : Qyoto.QTextStream
s Qyoto.QTextStream
return Qyoto.QTextStream
        public static QTextStream Dec(QTextStream s)
        {
            return (QTextStream) staticInterceptor.Invoke("dec#", "dec(QTextStream&)", typeof(QTextStream), typeof(QTextStream), s);
        }