C# Класс Functional.Datatypes.Specs.MaybeSpecs.ListOf.MixedListMaybeContext

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
first_integer int
second_integer int
the_list IEnumerable>

Открытые методы

Метод Описание
PopulateListWithMixedValues ( ) : void

Описание методов

PopulateListWithMixedValues() публичный статический Метод

public static PopulateListWithMixedValues ( ) : void
Результат void

Описание свойств

first_integer публичное статическое свойство

public static int first_integer
Результат int

second_integer публичное статическое свойство

public static int second_integer
Результат int

the_list публичное статическое свойство

public static IEnumerable> the_list
Результат IEnumerable>