GetLogicalTypeSummary(ILogical) Method

Definition

Assembly HeadlessTestingFramework.dll

Gets a summary of control types in the logical tree.

public static Dictionary<string, int> GetLogicalTypeSummary(this ILogical root)

Parameters

root
Avalonia.LogicalTree.ILogical

The root logical to analyze.

Returns

Dictionary<String, Int32>
A dictionary of type names and their counts.