Class containing utility functions
More...
Static Public Member Functions |
static IList< Type > | GetTypes (string name_space) |
| Get all types in a namespace
|
static Func< A, R > | Memoize< A, R > (this Func< A, R > f) |
| Memoize a function
|
static void | Shuffle< T > (this IList< T > list) |
| Shuffle a list in-place
|
Detailed Description
Class containing utility functions
Member Function Documentation
static IList<Type> GetTypes |
( |
string |
name_space | ) |
|
|
inlinestatic |
Get all types in a namespace
- Parameters
-
name_space | a string describing the namespace |
- Returns
- a list of Type objects
static Func<A, R> Memoize< A, R > |
( |
this Func< A, R > |
f | ) |
|
|
inlinestatic |
Memoize a function
- Parameters
-
- Returns
- a version of the function that remembers past function results
static void Shuffle< T > |
( |
this IList< T > |
list | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: