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