LogPage.Traverse(ScopeNode, Int32, Dictionary<String,Int32>) Method
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:
Microsoft::AspNetCore::DiagnosticsViewPage::Views::HelperResult ^ Traverse(Microsoft::AspNetCore::Diagnostics::Elm::ScopeNode ^ node, int level, System::Collections::Generic::Dictionary<System::String ^, int> ^ counts);
public Microsoft.AspNetCore.DiagnosticsViewPage.Views.HelperResult Traverse (Microsoft.AspNetCore.Diagnostics.Elm.ScopeNode node, int level, System.Collections.Generic.Dictionary<string,int> counts);
member this.Traverse : Microsoft.AspNetCore.Diagnostics.Elm.ScopeNode * int * System.Collections.Generic.Dictionary<string, int> -> Microsoft.AspNetCore.DiagnosticsViewPage.Views.HelperResult
Public Function Traverse (node As ScopeNode, level As Integer, counts As Dictionary(Of String, Integer)) As HelperResult
Parameters
- node
- ScopeNode
- level
- Int32
- counts
- Dictionary<String,Int32>