Struct ILInstruction.ChildrenEnumerator
- Namespace
- ICSharpCode.Decompiler.IL
- Assembly
- ICSharpCode.Decompiler.dll
Enumerator over the children of an ILInstruction. Warning: even though this is a struct, it is invalid to copy: the number of constructor calls must match the number of dispose calls.
public struct ILInstruction.ChildrenEnumerator : IEnumerator<ILInstruction>, IEnumerator, IDisposable
- Implements
- Inherited Members
Properties
Current
public ILInstruction Current { get; }
Property Value
Methods
Dispose()
public void Dispose()
MoveNext()
public bool MoveNext()