Click or drag to resize

AddInReferenceCheck Method

[Missing <summary> documentation for "M:Altaxo.AddInItems.AddInReference.Check(System.Collections.Generic.Dictionary{System.String,System.Version},System.Version@)"]


Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Check(
	Dictionary<string, Version> addIns,
	out Version?? versionFound
)

Parameters

addIns  DictionaryString, Version

[Missing <param name="addIns"/> documentation for "M:Altaxo.AddInItems.AddInReference.Check(System.Collections.Generic.Dictionary{System.String,System.Version},System.Version@)"]

versionFound  Version

[Missing <param name="versionFound"/> documentation for "M:Altaxo.AddInItems.AddInReference.Check(System.Collections.Generic.Dictionary{System.String,System.Version},System.Version@)"]

Return Value

Boolean
Returns true when the reference is valid.
See Also