Method AddTestItems
AddTestItems(TreeControlItem, int, Action<TreeControlItem>?)
Adds test child items to the specified TreeControlItem.
public static void AddTestItems(TreeControlItem tree, int count, Action<TreeControlItem>? initAction = null)
Parameters
treeTreeControlItemThe tree control item to which test items will be added.
countintThe number of test items to add.
initActionAction<TreeControlItem>The initialize action.