Method TryParseMatcher
TryParseMatcher(string, out GitIgnorePatternMatcher)
Declaration
public static bool TryParseMatcher(string pattern, out GitIgnorePatternMatcher matcher)
Parameters
| Type | Name | Description |
|---|---|---|
| string | pattern | |
| GitIgnorePatternMatcher | matcher |
Returns
| Type | Description |
|---|---|
| bool |
TryParseMatcher(IFluentLog, string, out GitIgnorePatternMatcher)
Declaration
public static bool TryParseMatcher(IFluentLog log, string pattern, out GitIgnorePatternMatcher matcher)
Parameters
| Type | Name | Description |
|---|---|---|
| IFluentLog | log | |
| string | pattern | |
| GitIgnorePatternMatcher | matcher |
Returns
| Type | Description |
|---|---|
| bool |