PathMatcher.

PathMatcher(IList<string>) Constructor

Summary

Creates a new Weaver.Editor.PathMatcher that tries to find paths as close to any of the specified `targetPaths` as possible, with paths earliest in ths list getting the highest priority.
Assembly
Weaver.dll
Namespace
Weaver.Editor
Containing Type
PathMatcher

Syntax

public PathMatcher(IList<string> targetPaths)

Parameters

Name Type Description
targetPaths IList<string>

Return Value

Type Description
void