Exemplo n.º 1
0
        public int MoveStartWhile(int count, params char[] chars)
        {
            object o = new string(chars);

            return(_range.MoveStartWhile(ref o, count));
        }