Click or drag to resize
IGrouping Interface

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IGrouping : IGrouping<Object, Object>, 
	IEnumerable<Object>, IEnumerable

The IGrouping type exposes the following members.

Properties
  NameDescription
Public propertyCount
Public propertyItem
Public propertyKey (Inherited from IGroupingObject, Object.)
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableObject.)
Top
Extension Methods
See Also