C# 클래스 Functional.Datatypes.Specs.MaybeSpecs.ListOf.MixedListMaybeContext

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

공개 프로퍼티들

프로퍼티 타입 설명
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>