Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Static Public Member Functions | List of all members
Loyc.Maybe Class Reference

Source file:

Static Public Member Functions

static Maybe< T > Value< T > (T value)
 Returns new Maybe<T>(value). (exists for type inference) More...
 
static T AsNullable< T > (this Maybe< T > val)
 
static Maybe< T > AsMaybe< T > (this Nullable< T > val)
 
static Maybe< T > AsMaybe< T > (this T val)
 

Member Function Documentation

static Maybe<T> Loyc.Maybe.Value< T > ( value)
inlinestatic

Returns new Maybe<T>(value). (exists for type inference)