次の方法で共有


ArrayRankSpecifierSyntax.WithCommaTokens(SyntaxTokenList) Method

Definition

Returns a copy of this with the CommaTokens 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::ArrayRankSpecifierSyntax ^ WithCommaTokens(Microsoft::CodeAnalysis::SyntaxTokenList commaTokens);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.ArrayRankSpecifierSyntax WithCommaTokens (Microsoft.CodeAnalysis.SyntaxTokenList commaTokens);
member this.WithCommaTokens : Microsoft.CodeAnalysis.SyntaxTokenList -> Microsoft.CodeAnalysis.VisualBasic.Syntax.ArrayRankSpecifierSyntax
Public Function WithCommaTokens (commaTokens As SyntaxTokenList) As ArrayRankSpecifierSyntax

Parameters

commaTokens
SyntaxTokenList

Returns

Applies to