Table of Contents

Class ClassTypeTree

Namespace
H.Extensions.Tree
Assembly
H.Extensions.Tree.dll
public class ClassTypeTree : ITree, IParent
Inheritance
ClassTypeTree
Implements
Inherited Members
Extension Methods

Constructors

ClassTypeTree(Type)

public ClassTypeTree(Type type)

Parameters

type Type

Methods

GetChildren(object)

public IEnumerable GetChildren(object parent)

Parameters

parent object

Returns

IEnumerable

GetParent(object)

public object GetParent(object current)

Parameters

current object

Returns

object