NamedItemListTItem(String) Property |
Gets the item with the specified name.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic T this[
string name
] { get; }Parameters
- name String
- The name of the item.
Property Value
T
See Also