ReflectionServiceGetSubclassesOf(Type) Method | 
            This will return a list of types that are subclasses of all types in basetypes or (when basetype[i] is an interface)
            implements basetypes[i].
            
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static Type[] GetSubclassesOf(
	Type[] basetypes
)
Parameters
- basetypes  Type
 - The basetypes.
 
Return Value
Type[Missing <returns> documentation for "M:Altaxo.Main.Services.ReflectionService.GetSubclassesOf(System.Type[])"]
See Also