JaCIL Framework API

ClassInfoSet Class

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

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

System.Object
   JaCIL.Compiler.ClassInfoSet

public class ClassInfoSet : IClassInfoSet, IEnumerable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This implementation uses ArrayList as its backing store.

Requirements

Namespace: JaCIL.Compiler

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

See Also

ClassInfoSet Members | JaCIL.Compiler Namespace