CodeGeneratorContext.ChangeStatementCollector Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.