Click or drag to resize

BreadcrumbsPrune Method

Prunes the collection back to the parent breadcrumb of the first match for the specified breadcrumb.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Prune(
	Breadcrumb crumb
)

Parameters

crumb
Type: NetQuarryBreadcrumb
The breadcrumb against which to prune.
See Also