TokenInfo Constructor
Visual Studio 2015
Initializes a new instance of the TokenInfo class.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | TokenInfo() | Initializes a new instance of the TokenInfo class to the default values. |
![]() | TokenInfo(Int32, Int32, TokenType) | Initializes a new instance of the TokenInfo class to the specified values. |
You can rely on the default initialization of C# or you can specify the token start and end points, as well as its type.
Show:
