JaCIL Framework API

IClassInfoSet Interface

Represents a set of Class information to output.

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

public interface IClassInfoSet : IEnumerable

Types that implement IClassInfoSet

Type Description
ClassInfoSet Standard implementation of a class info set backed by an IList.

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

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

See Also

IClassInfoSet Members | JaCIL.Compiler Namespace