Nemerle Documentation

TypeBuilder Class

This pass operates on [TypeBuilder] objects created for each type declaration found in source files. These objects are already created, but most fields are empty. The main function of this pass is [TypeBuilder.Run].

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

System.Object
   Nemerle.Compiler.TypeInfo
      Nemerle.Compiler.TypeBuilder

public class TypeBuilder : TypeInfo

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.

Requirements

Namespace: Nemerle.Compiler

Assembly: Nemerle.Compiler (in Nemerle.Compiler)

See Also

TypeBuilder Members | Nemerle.Compiler Namespace