Public Function GroupElements( _ ByVal elements As IEnumerable(Of Element) _ ) As GroupElement
public GroupElement GroupElements( IEnumerable<Element> elements )
Parameters
- elements
- The elements to be grouped.
Return Value
GroupElement containing the grouped elements