SyntaxTriviaList.ReplaceRange 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.
Creates a new SyntaxTriviaList with the specified element replaced with new trivia.
public:
Microsoft::CodeAnalysis::SyntaxTriviaList ReplaceRange(Microsoft::CodeAnalysis::SyntaxTrivia triviaInList, System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxTrivia> ^ newTrivia);
public Microsoft.CodeAnalysis.SyntaxTriviaList ReplaceRange (Microsoft.CodeAnalysis.SyntaxTrivia triviaInList, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxTrivia> newTrivia);
member this.ReplaceRange : Microsoft.CodeAnalysis.SyntaxTrivia * seq<Microsoft.CodeAnalysis.SyntaxTrivia> -> Microsoft.CodeAnalysis.SyntaxTriviaList
Public Function ReplaceRange (triviaInList As SyntaxTrivia, newTrivia As IEnumerable(Of SyntaxTrivia)) As SyntaxTriviaList
Parameters
- triviaInList
- SyntaxTrivia
The trivia element to replace.
- newTrivia
- IEnumerable<SyntaxTrivia>
The trivia to replace the element with.
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.