ProjectGraph.GraphConstructionMetrics(TimeSpan, Int32, Int32) Constructor

Definition

public:
 GraphConstructionMetrics(TimeSpan constructionTime, int nodeCount, int edgeCount);
public GraphConstructionMetrics (TimeSpan constructionTime, int nodeCount, int edgeCount);
new Microsoft.Build.Graph.ProjectGraph.GraphConstructionMetrics : TimeSpan * int * int -> Microsoft.Build.Graph.ProjectGraph.GraphConstructionMetrics
Public Sub New (constructionTime As TimeSpan, nodeCount As Integer, edgeCount As Integer)

Parameters

constructionTime
TimeSpan
nodeCount
Int32
edgeCount
Int32

Applies to