Class TypeTreeGraphSource
- Namespace
- H.Controls.Diagram.GraphSource
- Assembly
- H.Controls.Diagram.dll
类型树结构数据源
public class TypeTreeGraphSource : TreeGraphSource<Type>, IGraphSource
- Inheritance
-
TypeTreeGraphSource
- Implements
- Inherited Members
- Extension Methods
Constructors
TypeTreeGraphSource(List<Type>)
要构建Type树结构的类型集合
public TypeTreeGraphSource(List<Type> types)
Parameters
TypeTreeGraphSource(Assembly)
要构建Type树结构的程序集
public TypeTreeGraphSource(Assembly assembly)
Parameters
assembly
Assembly