Nemerle Documentation

MType.CheckAccessibility Method 

Check if [access] doesn't grant more access than any of tycons in [this]. The [what] parameter is used only for error messages.

public void CheckAccessibility(
   IMember what,
   Accessibility access
);

See Also

MType Class | Nemerle.Compiler Namespace