Click or drag to resize

FitFunctionServiceGetFitFunctionCreatorAttributes Method

Gets all fit function creator attributes (search in all already (!) loaded assembly).

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static SortedList<FitFunctionCreatorAttribute, MethodInfo> GetFitFunctionCreatorAttributes()

Return Value

SortedListFitFunctionCreatorAttribute, MethodInfo
The fit function creator attributes in all loaded assemblies. The value is a sorted list of the attributes together with the method info it is attached to.
See Also