Skip to content

N_CSharpx

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

CSharpx Namespace

Classes

 

Class Description
Protected class Either
Protected class Either(TLeft, TRight)
Protected class EitherExtensions
Protected class EnumerableExtensions
Private class EnumerableExtensions.MaterializedEnumerable(T)
Protected class Just(T) Models a Maybe when contains a value.
Protected class Left(TLeft, TRight)
Protected class Maybe Provides static methods for manipulating Maybe.
Protected class Maybe(T) The Maybe type models an optional value. A value of type Maybe a either contains a value of type a (represented as Just a), or it is empty (represented as Nothing).
Protected class MaybeExtensions Provides convenience extension methods for Maybe.
Protected class Nothing(T) Models a Maybe when in empty state.
Protected class Right(TLeft, TRight)

Enumerations

 

Enumeration Description
Protected enumeration EitherType
Protected enumeration MaybeType Discriminator for Maybe.
 
Clone this wiki locally