XmlReadRepeated.Next Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Next() |
step to the next element return false if there are no more siblings |
Next(String) |
step to the next element with the given name |
Next()
step to the next element return false if there are no more siblings
public virtual bool Next ();
abstract member Next : unit -> bool
override this.Next : unit -> bool
Public Overridable Function Next () As Boolean