Table of Contents

Struct ILInstruction.ChildrenCollection

Namespace
ICSharpCode.Decompiler.IL
Assembly
ICSharpCode.Decompiler.dll
public readonly struct ILInstruction.ChildrenCollection : IReadOnlyList<ILInstruction>, IReadOnlyCollection<ILInstruction>, IEnumerable<ILInstruction>, IEnumerable
Implements
Inherited Members

Properties

Count

public int Count { get; }

Property Value

int

this[int]

public ILInstruction this[int index] { get; set; }

Parameters

index int

Property Value

ILInstruction

Methods

GetEnumerator()

public ILInstruction.ChildrenEnumerator GetEnumerator()

Returns

ILInstruction.ChildrenEnumerator