Click or drag to resize
RibbonGroupElementTAddRangeT2 Method
Adds a range of children to this group.

Namespace: Colygon.MatchPoint.Common.Ribbon
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
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