Открытые статические члены

Класс AvalonDock.ILinqToTreeExts

Полный список членов класса

Открытые статические члены

static IEnumerable
< ILinqToTree< T > > 
Descendants< T > (this ILinqToTree< T > adapter)
 Returns a collection of descendant elements.
static IEnumerable
< ILinqToTree< T > > 
Ancestors< T > (this ILinqToTree< T > adapter)
 Returns a collection of ancestor elements.
static IEnumerable
< ILinqToTree< T > > 
Elements< T > (this ILinqToTree< T > adapter)
 Returns a collection of child elements.

Методы

static IEnumerable<ILinqToTree<T> > AvalonDock.ILinqToTreeExts.Ancestors< T > ( this ILinqToTree< T >  adapter  )  [static]

Returns a collection of ancestor elements.

static IEnumerable<ILinqToTree<T> > AvalonDock.ILinqToTreeExts.Descendants< T > ( this ILinqToTree< T >  adapter  )  [static]

Returns a collection of descendant elements.

static IEnumerable<ILinqToTree<T> > AvalonDock.ILinqToTreeExts.Elements< T > ( this ILinqToTree< T >  adapter  )  [static]

Returns a collection of child elements.