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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.