ProjectGraph.GraphConstructionMetrics(TimeSpan, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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