Click or drag to resize

NamedItemListTItem(String) Property

Gets 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 T this[
	string name
] { get; }

Parameters

name  String
The name of the item.

Property Value

T
See Also