C# Class Functional.Datatypes.Specs.MaybeSpecs.ListOf.MixedListMaybeContext

Show file Open project: Twofour/Functional.Datatypes

Public Properties

Property Type Description
first_integer int
second_integer int
the_list 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

second_integer public static property

public static int second_integer
return int

the_list public static property

public static IEnumerable> the_list
return IEnumerable>