C# 클래스 Functional.Datatypes.Specs.EitherSpecs.ListOf.MixedListEitherContext

파일 보기 프로젝트 열기: Twofour/Functional.Datatypes

공개 프로퍼티들

프로퍼티 타입 설명
first_integer int
first_string string
second_integer int
second_string string
the_list string>>.IEnumerable

공개 메소드들

메소드 설명
PopulateListWithMixedValues ( ) : void

메소드 상세

PopulateListWithMixedValues() 공개 정적인 메소드

public static PopulateListWithMixedValues ( ) : void
리턴 void

프로퍼티 상세

first_integer 공개적으로 정적으로 프로퍼티

public static int first_integer
리턴 int

first_string 공개적으로 정적으로 프로퍼티

public static string first_string
리턴 string

second_integer 공개적으로 정적으로 프로퍼티

public static int second_integer
리턴 int

second_string 공개적으로 정적으로 프로퍼티

public static string second_string
리턴 string

the_list 공개적으로 정적으로 프로퍼티

public static IEnumerable> the_list
리턴 string>>.IEnumerable