Table of Contents

Class CachedDelegateInitialization

Namespace
ICSharpCode.Decompiler.IL.Transforms
Assembly
ICSharpCode.Decompiler.dll
public class CachedDelegateInitialization : IBlockTransform
Inheritance
CachedDelegateInitialization
Implements
Inherited Members

Constructors

CachedDelegateInitialization()

public CachedDelegateInitialization()

Methods

Run(Block, BlockTransformContext)

Runs the transform on the specified block.

Note: the transform may only modify the specified block and its descendants, as well as any sibling blocks that are dominated by the specified block.

public void Run(Block block, BlockTransformContext context)

Parameters

block Block
context BlockTransformContext