XmlReadRepeated.Next Method

Definition

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

Returns

Applies to

Next(String)

step to the next element with the given name

public bool Next (string elemName);
member this.Next : string -> bool
Public Function Next (elemName As String) As Boolean

Parameters

elemName
String

Returns

Applies to