PartitionWhileClauseSyntax.WithSkipOrTakeKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the SkipOrTakeKeyword property changed to the specified value. Returns this instance if the specified value is the same as the current value.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::PartitionWhileClauseSyntax ^ WithSkipOrTakeKeyword(Microsoft::CodeAnalysis::SyntaxToken skipOrTakeKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.PartitionWhileClauseSyntax WithSkipOrTakeKeyword (Microsoft.CodeAnalysis.SyntaxToken skipOrTakeKeyword);
member this.WithSkipOrTakeKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.PartitionWhileClauseSyntax
Public Function WithSkipOrTakeKeyword (skipOrTakeKeyword As SyntaxToken) As PartitionWhileClauseSyntax

Parameters

skipOrTakeKeyword
SyntaxToken

Returns

Applies to