C# Class Wxv.Swg.Common.Files.IFFExtentions

Afficher le fichier Open project: wverkley/Swg.Explorer

Méthodes publiques

Méthode Description
Children ( this node, string type = null ) : IEnumerable
Children ( this nodes, string type = null ) : IEnumerable
Descendents ( this node, string type = null ) : IEnumerable
Descendents ( this nodes, string type = null ) : IEnumerable

Method Details

Children() public static méthode

public static Children ( this node, string type = null ) : IEnumerable
node this
type string
Résultat IEnumerable

Children() public static méthode

public static Children ( this nodes, string type = null ) : IEnumerable
nodes this
type string
Résultat IEnumerable

Descendents() public static méthode

public static Descendents ( this node, string type = null ) : IEnumerable
node this
type string
Résultat IEnumerable

Descendents() public static méthode

public static Descendents ( this nodes, string type = null ) : IEnumerable
nodes this
type string
Résultat IEnumerable