RibbonGroupElementTAddRangeT2 Method |
Adds a range of children to this group.
Namespace:
Colygon.MatchPoint.Common.Ribbon
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax public void AddRange<T2>(
IEnumerable<T2> children
)
where T2 :
Parameters
- children
- Type: System.Collections.GenericIEnumerableT2
The children to be added.
Type Parameters
- T2
- The type of the children to be added.
See Also