Click or drag to resize

ProjectItemCollectionBaseTItemItem Property

[Missing <summary> documentation for "P:Altaxo.Main.ProjectItemCollectionBase`1.Item(System.String)"]


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

Parameters

name  String
 

Property Value

TItem
See Also