Method Parse
Parse(string)
Declaration
public static Glob Parse(string pattern)
Parameters
| Type | Name | Description |
|---|---|---|
| string | pattern |
Returns
| Type | Description |
|---|---|
| Glob |
Parse(string, GlobOptions)
Declaration
public static Glob Parse(string pattern, GlobOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| string | pattern | |
| GlobOptions | options |
Returns
| Type | Description |
|---|---|
| Glob |