Click or drag to resize

NamedItemListTTryGetValue Method

Tries to get the item with the specified name.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool TryGetValue(
	string name,
	out T item
)

Parameters

name  String
The name of the item to retrieve.
item  T
When this method returns, contains the item if found; otherwise the default value.

Return Value

Boolean
if the item was found; otherwise, .
See Also