C# Класс Wxv.Swg.Common.Files.IFFExtentions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Children() публичный статический Метод

public static Children ( this node, string type = null ) : IEnumerable
node this
type string
Результат IEnumerable

Children() публичный статический Метод

public static Children ( this nodes, string type = null ) : IEnumerable
nodes this
type string
Результат IEnumerable

Descendents() публичный статический Метод

public static Descendents ( this node, string type = null ) : IEnumerable
node this
type string
Результат IEnumerable

Descendents() публичный статический Метод

public static Descendents ( this nodes, string type = null ) : IEnumerable
nodes this
type string
Результат IEnumerable