Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Member Functions | List of all members
Smooth.Slinq.Collections.Grouping Class Reference

Extension methods for performing operations related to groupings without specifying generic parameters. More...

Static Public Member Functions

static Grouping< K, T > Create< K, T > (K key, LinkedHeadTail< T > values)
 Returns a grouping for the specified key and values. More...
 
static Grouping< K, T, CCreate< K, T, C > (K key, Slinq< T, C > values)
 Returns a grouping for the specified key and values. More...
 

Detailed Description

Extension methods for performing operations related to groupings without specifying generic parameters.

Member Function Documentation

static Grouping<K, T> Smooth.Slinq.Collections.Grouping.Create< K, T > ( key,
LinkedHeadTail< T >  values 
)
inlinestatic

Returns a grouping for the specified key and values.

static Grouping<K, T, C> Smooth.Slinq.Collections.Grouping.Create< K, T, C > ( key,
Slinq< T, C values 
)
inlinestatic

Returns a grouping for the specified key and values.


The documentation for this class was generated from the following file: