Interface IPatternMatcher
Namespace: Downlink.Core
Assembly: Downlink.Core.dll
Syntax
public interface IPatternMatcher
Properties
| Improve this Doc View SourceName
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceMatch(Path, VersionSpec)
Declaration
bool Match(Path path, VersionSpec version)
Parameters
Type | Name | Description |
---|---|---|
Path | path | |
VersionSpec | version |
Returns
Type | Description |
---|---|
System.Boolean |