Table of Contents

Class Stepper.Node

Namespace
ICSharpCode.Decompiler.IL.Transforms
Assembly
ICSharpCode.Decompiler.dll
public class Stepper.Node
Inheritance
Stepper.Node
Inherited Members

Constructors

Node(string)

public Node(string description)

Parameters

description string

Properties

BeginStep

BeginStep is inclusive.

public int BeginStep { get; set; }

Property Value

int

Children

public IList<Stepper.Node> Children { get; }

Property Value

IList<Stepper.Node>

Description

public string Description { get; }

Property Value

string

EndStep

EndStep is exclusive.

public int EndStep { get; set; }

Property Value

int

Position

public ILInstruction? Position { get; set; }

Property Value

ILInstruction