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

Mostrar archivo 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_oe static_oe property

public static int first_integer
return int

first_string public_oe static_oe property

public static string first_string
return string

second_integer public_oe static_oe property

public static int second_integer
return int

second_string public_oe static_oe property

public static string second_string
return string

the_list public_oe static_oe property

public static IEnumerable> the_list
return string>>.IEnumerable