NamedItemListTTryGetValue Method |
Tries to get the item with the specified name.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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