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.HashSet Class Reference

Helper class for instantiating HashSet<>s without specifying a comparer. More...

Static Public Member Functions

static HashSet< T > Create< T > ()
 Creates a new hash set with the default comparer. More...
 
static HashSet< T > Create< T > (IEnumerable< T > collection)
 Creates a new hash set with the default comparer and elements copied from the specified collection. More...
 

Detailed Description

Helper class for instantiating HashSet<>s without specifying a comparer.

Member Function Documentation

static HashSet<T> Smooth.Collections.HashSet.Create< T > ( )
inlinestatic

Creates a new hash set with the default comparer.

static HashSet<T> Smooth.Collections.HashSet.Create< T > ( IEnumerable< T >  collection)
inlinestatic

Creates a new hash set with the default comparer and elements copied from the specified collection.


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