Class RangeToken<T>
Inherited Members
Namespace: DotNet.Globbing.Token
Assembly: DotNet.Glob.dll
Syntax
public abstract class RangeToken<T> : INegatableToken, IGlobToken, IVisitable<IGlobTokenVisitor>
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Name | Description |
|---|---|
| RangeToken(T, T, bool) |
Properties
| Name | Description |
|---|---|
| End | |
| IsNegated | |
| Start |
Methods
| Name | Description |
|---|---|
| Accept(IGlobTokenVisitor) |