Enhanced C#
Language of your choice: library documentation
Properties | List of all members
Loyc.IEither< out out L, out out R > Interface Template Reference

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


Source file:

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]