SkipCurrentElement Method
 
            
                In This Topic
            
            
            Skips children of the current element consumes up to and including the end element, leaving the reader
            positioned on the next element after the end..
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Sub SkipCurrentElement( _
   ByVal  As XmlReader _
) 
             
        
            
            public static void SkipCurrentElement( 
   XmlReader 
)
             
        
             
        
            Parameters
- reader
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also