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

Mostra file Open project: wverkley/Swg.Explorer

Public Methods

Method 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 method

public static Children ( this node, string type = null ) : IEnumerable
node this
type string
return IEnumerable

Children() public static method

public static Children ( this nodes, string type = null ) : IEnumerable
nodes this
type string
return IEnumerable

Descendents() public static method

public static Descendents ( this node, string type = null ) : IEnumerable
node this
type string
return IEnumerable

Descendents() public static method

public static Descendents ( this nodes, string type = null ) : IEnumerable
nodes this
type string
return IEnumerable