VisualBasicExtensions.Add(SyntaxTokenList, SyntaxToken[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add one or more tokens to the end of the list.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::CodeAnalysis::SyntaxTokenList Add(Microsoft::CodeAnalysis::SyntaxTokenList list, ... cli::array <Microsoft::CodeAnalysis::SyntaxToken> ^ items);
public static Microsoft.CodeAnalysis.SyntaxTokenList Add (this Microsoft.CodeAnalysis.SyntaxTokenList list, params Microsoft.CodeAnalysis.SyntaxToken[] items);
static member Add : Microsoft.CodeAnalysis.SyntaxTokenList * Microsoft.CodeAnalysis.SyntaxToken[] -> Microsoft.CodeAnalysis.SyntaxTokenList
<Extension()>
Public Function Add (list As SyntaxTokenList, ParamArray items As SyntaxToken()) As SyntaxTokenList
Parameters
- list
- SyntaxTokenList
- items
- SyntaxToken[]
Returns
A new list with the tokens added.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.