Nemerle Documentation

TypeBuilder.GetDirectSuperTypes Method 

Return list of types that we directly subtype.

public override list GetDirectSuperTypes();

Remarks

This includes [extends] and [implements], as well as parent variant type for variant options.

See Also

TypeBuilder Class | Nemerle.Compiler Namespace