Share via


ObjectCollectionInitializerSyntax.WithFromKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the FromKeyword 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::ObjectCollectionInitializerSyntax ^ WithFromKeyword(Microsoft::CodeAnalysis::SyntaxToken fromKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.ObjectCollectionInitializerSyntax WithFromKeyword (Microsoft.CodeAnalysis.SyntaxToken fromKeyword);
member this.WithFromKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.ObjectCollectionInitializerSyntax
Public Function WithFromKeyword (fromKeyword As SyntaxToken) As ObjectCollectionInitializerSyntax

Parameters

fromKeyword
SyntaxToken

Returns

Applies to