BuildItemArgsBuildSubItemsT Method |
Builds the sub-items.
Conditions on this node are also applied to the sub-nodes.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic List<T> BuildSubItems<T>()
Type Parameters
- T
- The expected item type.
Return Value
ListTThe built sub-items.
See Also