Qyoto.Qt.Right C# (CSharp) 메소드

Right() 공개 정적인 메소드

public static Right ( QTextStream s ) : QTextStream
s QTextStream
리턴 QTextStream
        public static QTextStream Right(QTextStream s)
        {
            return (QTextStream) staticInterceptor.Invoke("right#", "right(QTextStream&)", typeof(QTextStream), typeof(QTextStream), s);
        }