Skip to main content
A newer version of this page is available. .

GroupingInfoList Constructors

Obsolete. Obsolete. Use the corresponding functionality of the SelectQuery class instead.
Name Parameters Description
GroupingInfoList() none Initializes a new instance of the GroupingInfoList class.
GroupingInfoList(GroupingInfoList) other Initializes a new instance of the GroupingInfoList class based on the existing GroupingInfoList object.
GroupingInfoList(IEnumerable<GroupingInfo>) collection Initializes a new instance of the GroupingInfoList class.
GroupingInfoList(Int32) capacity Initializes a new instance of the GroupingInfoList class.
See Also