C# 클래스 Solutionizing.DynamicDemoCS.Program

파일 보기 프로젝트 열기: dahlbyk/Presentations

공개 메소드들

메소드 설명
ExpandoDemo ( ) : void
GetRandom ( ) : dynamic
OptionalTest ( string name, int age = null, bool hasPants = true, bool hasShirt = false ) : void
Test ( ) : IEnumerable

비공개 메소드들

메소드 설명
DiscountDemo ( ) : void
GetDynamicX ( int i ) : dynamic
GetDynamicY ( int i ) : dynamic
Main ( string args ) : void
RandomTypeDemo ( ) : void

메소드 상세

ExpandoDemo() 공개 정적인 메소드

public static ExpandoDemo ( ) : void
리턴 void

GetRandom() 공개 정적인 메소드

public static GetRandom ( ) : dynamic
리턴 dynamic

OptionalTest() 공개 정적인 메소드

public static OptionalTest ( string name, int age = null, bool hasPants = true, bool hasShirt = false ) : void
name string
age int
hasPants bool
hasShirt bool
리턴 void

Test() 공개 정적인 메소드

public static Test ( ) : IEnumerable
리턴 IEnumerable