Table of Contents

Class TransformAssignment

Namespace
ICSharpCode.Decompiler.IL.Transforms
Assembly
ICSharpCode.Decompiler.dll

Constructs compound assignments and inline assignments.

public class TransformAssignment : IStatementTransform
Inheritance
TransformAssignment
Implements
Inherited Members

Remarks

This is a statement transform; but some portions are executed as an expression transform instead (with HandleCompoundAssign() as entry point)

Constructors

TransformAssignment()

public TransformAssignment()