Class SwitchOnNullableTransform
- Namespace
- ICSharpCode.Decompiler.IL.Transforms
- Assembly
- ICSharpCode.Decompiler.dll
Detects switch-on-nullable patterns employed by the C# compiler and transforms them to an ILAst-switch-instruction.
public class SwitchOnNullableTransform : IILTransform
- Inheritance
-
SwitchOnNullableTransform
- Implements
- Inherited Members
Constructors
SwitchOnNullableTransform()
public SwitchOnNullableTransform()
Methods
Run(ILFunction, ILTransformContext)
public void Run(ILFunction function, ILTransformContext context)
Parameters
function
ILFunctioncontext
ILTransformContext