System.Runtime.Serialization.XmlReaderDelegator.XmlReaderDelegator.MoveToNextAttribute C# (CSharp) Method

MoveToNextAttribute() private method

private MoveToNextAttribute ( ) : bool
return bool
        internal bool MoveToNextAttribute()
        {
            return isEndOfEmptyElement ? false : reader.MoveToNextAttribute();
        }
XmlReaderDelegator.XmlReaderDelegator