Skip to content

BindTypeMembers

rollynoel edited this page Jun 15, 2013 · 1 revision

Added by Avishay Lavie

Scans the AST for type member definitions - methods, constructors, properties, fields and events - and creates the corresponding type system objects to represent them, binding the two together.

After this step is run, every TypeMember node in the AST is bound to an IMethod, IConstructor, IProperty, IField or IEvent object.

Clone this wiki locally