JaCIL Framework API

IInstructionStreamSet Interface

Represents a set of instruction streams.

For a list of all members of this type, see IInstructionStreamSet Members.

public interface IInstructionStreamSet : IEnumerable

Types that implement IInstructionStreamSet

Type Description
InstructionStreamSet Standard implementation of the InstructionStreamSet

Remarks

Note    This would probably be better served as a generic collection, however since we are targetting 1.1 CLI that is not an option.

Requirements

Namespace: JaCIL.Compiler.Instruction

Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)

See Also

IInstructionStreamSet Members | JaCIL.Compiler.Instruction Namespace