Nemerle Documentation

Macros.IsTypeName Method 

Checks if given expression describes name of a type, like [System.Console] (it is a class)

public static bool IsTypeName(
   PExpr e
);

See Also

Macros Class | Nemerle.Compiler Namespace