C# Class Functional.Datatypes.Specs.EitherSpecs.ListOf.MixedListEitherContext

Show file Open project: Twofour/Functional.Datatypes

Public Properties

Property Type Description
first_integer int
first_string string
second_integer int
second_string string
the_list string>>.IEnumerable

Public Methods

Method Description
PopulateListWithMixedValues ( ) : void

Method Details

PopulateListWithMixedValues() public static method

public static PopulateListWithMixedValues ( ) : void
return void

Property Details

first_integer public static property

public static int first_integer
return int

first_string public static property

public static string first_string
return string

second_integer public static property

public static int second_integer
return int

second_string public static property

public static string second_string
return string

the_list public static property

public static IEnumerable> the_list
return string>>.IEnumerable