Esempio n. 1
0
            public int Read(char[] buffer, int offset, int count)
            {
                AssertCurrent();

                var countRead = token.Read(ref token.selectorList[token.currentSelector].className, ref token.selectorClassPosition, buffer, offset, count);

#if DEBUG
                position = token.selectorClassPosition;
#endif
                return(countRead);
            }
Esempio n. 2
0
            public int Read(char[] buffer, int offset, int count)
            {
                AssertCurrent();

                var countRead = token.Read(ref token.propertyList[token.currentProperty].value, ref token.propertyValuePosition, buffer, offset, count);

#if DEBUG
                position = token.propertyValuePosition;
#endif
                return(countRead);
            }