Share via


CodeGeneratorContext.ChangeStatementCollector Method

Definition

Assigns a new statement collector and returns a disposable action that restores the old statement collector.

public IDisposable ChangeStatementCollector (Action<string,System.CodeDom.CodeLinePragma> collector);
member this.ChangeStatementCollector : Action<string, System.CodeDom.CodeLinePragma> -> IDisposable
Public Function ChangeStatementCollector (collector As Action(Of String, CodeLinePragma)) As IDisposable

Parameters

collector
Action<String,CodeLinePragma>

The new statement collector.

Returns

A disposable action that restores the old statement collector.

Applies to