RibbonGroupElementTAddRangeT2 Method |
Adds a range of children to this group.
Namespace: Colygon.MatchPoint.Common.RibbonAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.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