C# Class OpenRasta.Pipeline.CallGraph.WeightedCallGraphGenerator

Inheritance: IGenerateCallGraphs
显示文件 Open project: openrasta/openrasta-core

Public Methods

Method Description
GenerateCallGraph ( IEnumerable contributors ) : IEnumerable

Private Methods

Method Description
GetCompatibleTypes ( DependencyTree tree, DependencyNode notificationNode, IEnumerable beforeTypes ) : IEnumerable>

Method Details

GenerateCallGraph() public method

public GenerateCallGraph ( IEnumerable contributors ) : IEnumerable
contributors IEnumerable
return IEnumerable