Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Properties | List of all members
Loyc.IEither< out L, out R > Interface Template Reference

Represents a type that holds a single value of one of two types (L or R). More...


Source file:
Inheritance diagram for Loyc.IEither< out L, out R >:
Loyc.Either< L, R >

Remarks

Represents a type that holds a single value of one of two types (L or R).

Properties

IMaybe< L > Left [get]
 
IMaybe< R > Right [get]