Click or drag to resize

ProjectItemCollectionBaseTItemItem Property

Gets the item with the specified name.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public TItem this[
	string name
] { get; }

Parameters

name  String
The item name.

Property Value

TItem
See Also