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
this[int]
public ILInstruction this[int index] { get; set; }
Parameters
index
int
Property Value
Methods
GetEnumerator()
public ILInstruction.ChildrenEnumerator GetEnumerator()