Nemerle Documentation

IMember Interface

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

Nemerle.Compiler.IMember
   Nemerle.Compiler.IEvent
   Nemerle.Compiler.IField
   Nemerle.Compiler.IMethod
   Nemerle.Compiler.IProperty

public interface IMember

Types that implement IMember

Type Description
LibraryReference.NetType  
NemerleEvent  
NemerleField  
NemerleMember  
NemerleMethod  
NemerleProperty  
TypeBuilder 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].
TypeInfo  

Requirements

Namespace: Nemerle.Compiler

Assembly: Nemerle.Compiler (in Nemerle.Compiler)

See Also

IMember Members | Nemerle.Compiler Namespace