C#
public interface IGrouping<TKey, TElement> : System.Collections.IEnumerable, System.Collections.Generic.IEnumerable`1
{
}
Articles
|
System.Linq.IGrouping`2"/> . 28 /// Gets an existing group for a given key, or creates a new one if necessary . 29 29 ///
|