Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
Smooth.Slinq.Collections.Grouping< K, T, C > Struct Template Reference

Represents a list of values associated with a key. More...

Public Member Functions

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

Public Attributes

readonly K key
 The key associtated with the values. More...
 
Slinq< T, Cvalues
 The values associated with the key. More...
 

Detailed Description

Represents a list of values associated with a key.

The values are stored in Slinq form for API simplicity and consistency.

Constructor & Destructor Documentation

Smooth.Slinq.Collections.Grouping< K, T, C >.Grouping ( key,
Slinq< T, C values 
)
inline

Returns a grouping for the specified key and values.

Member Data Documentation

readonly K Smooth.Slinq.Collections.Grouping< K, T, C >.key

The key associtated with the values.

The values associated with the key.


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