Nemerle Documentation

TypeInfo.LookupMember Method 

Look for specified member.

public list LookupMember(
   string name
);

Remarks

Semantics of returning base class member is the same as for [System.Type.GetMember] method.

See Also

TypeInfo Class | Nemerle.Compiler Namespace