val GetFSharpTypeDefinitions : Assembly -> TypeDefinition list |
Get handles to the F#-defined concrete type definitions
in an assembly. Type definitions nested inside modules
are not returned, nor are type definitions hidden inside modules,
and nor are type abbreviations.
|