XmlReadRepeated.Next Método

Definición

Sobrecargas

Nombre Description
Next()

Paso al siguiente elemento devuelve false si no hay más elementos del mismo nivel

Next(String)

paso al siguiente elemento con el nombre especificado

Next()

Paso al siguiente elemento devuelve false si no hay más elementos del mismo nivel

public virtual bool Next();
abstract member Next : unit -> bool
override this.Next : unit -> bool
Public Overridable Function Next () As Boolean

Devoluciones

Se aplica a

Next(String)

paso al siguiente elemento con el nombre especificado

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

Parámetros

elemName
String

Devoluciones

Se aplica a