Click or drag to resize

StyleListManagerBaseForClassesTList, TItem, TListManagerEntryTryFindListContaining Method

Tries to find a registered list containing an item equal to the specified item.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool TryFindListContaining(
	TItem item,
	out TList list,
	out TItem foundItem
)

Parameters

item  TItem
The item to search for.
list  TList
When this method returns true, contains the list in which the item was found.
foundItem  TItem
When this method returns true, contains the matching registered item.

Return Value

Boolean
true if a matching item was found; otherwise, false.
See Also