Share via


SyncLockBlockSyntax.WithSyncLockStatement(SyncLockStatementSyntax) Method

Definition

Returns a copy of this with the SyncLockStatement 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::SyncLockBlockSyntax ^ WithSyncLockStatement(Microsoft::CodeAnalysis::VisualBasic::Syntax::SyncLockStatementSyntax ^ syncLockStatement);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.SyncLockBlockSyntax WithSyncLockStatement (Microsoft.CodeAnalysis.VisualBasic.Syntax.SyncLockStatementSyntax syncLockStatement);
member this.WithSyncLockStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.SyncLockStatementSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.SyncLockBlockSyntax
Public Function WithSyncLockStatement (syncLockStatement As SyncLockStatementSyntax) As SyncLockBlockSyntax

Parameters

syncLockStatement
SyncLockStatementSyntax

Returns

Applies to