Nemerle Documentation

TypeInfo.GetMembers Method

Return list of all members defined in this very type and its supertypes.

Overload List

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);

See Also

TypeInfo Class | Nemerle.Compiler Namespace