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

Left() public static méthode

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