TokenInfo Constructor

 

Initializes a new instance of the TokenInfo class.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

NameDescription
System_CAPS_pubmethodTokenInfo()

Initializes a new instance of the TokenInfo class to the default values.

System_CAPS_pubmethodTokenInfo(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.

Return to top
Show: