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.Collections.ICollectionExtensions Class Reference

Extension methods for ICollection<>s. More...

Static Public Member Functions

static IC AddAll< IC, T > (this IC collection, params T[] values)
 Adds the specified values to and returns the specific collection. More...
 
static IC AddAll< IC, T > (this IC collection, IList< T > values)
 Adds the specified values to and returns the specific collection. More...
 
static IC AddAll< IC, T > (this IC collection, IEnumerable< T > values)
 Adds the specified values to and returns the specific collection. More...
 

Detailed Description

Extension methods for ICollection<>s.

Member Function Documentation

static IC Smooth.Collections.ICollectionExtensions.AddAll< IC, T > ( this IC  collection,
params T[]  values 
)
inlinestatic

Adds the specified values to and returns the specific collection.

Type Constraints
IC :ICollection<T> 
static IC Smooth.Collections.ICollectionExtensions.AddAll< IC, T > ( this IC  collection,
IList< T >  values 
)
inlinestatic

Adds the specified values to and returns the specific collection.

Type Constraints
IC :ICollection<T> 
static IC Smooth.Collections.ICollectionExtensions.AddAll< IC, T > ( this IC  collection,
IEnumerable< T >  values 
)
inlinestatic

Adds the specified values to and returns the specific collection.

Type Constraints
IC :ICollection<T> 

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