Return list of all members defined in this very type and its supertypes.
Return list of all members defined in this very type and its supertypes.
public abstract list GetMembers();
Searches for the members defined for the current TypeInfo, using the specified binding constraints.
public abstract list GetMembers(BindingFlags);
TypeInfo Class | Nemerle.Compiler Namespace