C# Class DiscogsNet.XmlReaderExtensionMethods

Afficher le fichier Open project: MediaPortal/MPTagThat

Méthodes publiques

Méthode Description
AssertElementEnd ( this reader, string name ) : void
AssertElementStart ( this reader, string name ) : void
AssertEmptyElement ( this reader ) : void
AssertNonEmptyElement ( this reader ) : void
AssertRead ( this reader ) : void
IsElementEnd ( this reader, string name ) : bool
IsElementStart ( this reader, string name ) : bool

Method Details

AssertElementEnd() public static méthode

public static AssertElementEnd ( this reader, string name ) : void
reader this
name string
Résultat void

AssertElementStart() public static méthode

public static AssertElementStart ( this reader, string name ) : void
reader this
name string
Résultat void

AssertEmptyElement() public static méthode

public static AssertEmptyElement ( this reader ) : void
reader this
Résultat void

AssertNonEmptyElement() public static méthode

public static AssertNonEmptyElement ( this reader ) : void
reader this
Résultat void

AssertRead() public static méthode

public static AssertRead ( this reader ) : void
reader this
Résultat void

IsElementEnd() public static méthode

public static IsElementEnd ( this reader, string name ) : bool
reader this
name string
Résultat bool

IsElementStart() public static méthode

public static IsElementStart ( this reader, string name ) : bool
reader this
name string
Résultat bool