C# 클래스 Cilador.Clone.MultiplexedConstructor.InstructionGroup

This type is used to gather groups of instructions that are potential calls to base or chained constructors.
파일 보기 프로젝트 열기: rileywhite/Cilador

공개 메소드들

메소드 설명
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