C# Класс Cilador.Clone.MultiplexedConstructor.InstructionGroup

This type is used to gather groups of instructions that are potential calls to base or chained constructors.
Показать файл Открыть проект

Открытые методы

Метод Описание
TryGetNext ( IList sourceInstructions, int firstIndex, InstructionGroup &instructionGroup ) : bool

Grabs the next group of instructions that could potentially be a base or chained construtor call.

Приватные методы

Метод Описание
InstructionGroup ( int firstIndex, int lastIndex, List instructions ) : System

Creates a new InstructionGroup.

Описание методов

TryGetNext() публичный статический Метод

Grabs the next group of instructions that could potentially be a base or chained construtor call.
public static TryGetNext ( IList sourceInstructions, int firstIndex, InstructionGroup &instructionGroup ) : bool
sourceInstructions IList Source instructions to look at.
firstIndex int Index of the first instruction to look at.
instructionGroup InstructionGroup Output parameter to contain the results.
Результат bool