Nemerle Documentation

TypeInfo.GetMemType Method 

If this type was defined as [class Foo ('a, 'b) { ... }] then return type expression [Foo ('a, 'b)].

public Class GetMemType();

Remarks

Used mainly with [FreshSubst ()] or [MakeSubst ()].

See Also

TypeInfo Class | Nemerle.Compiler Namespace