C# 클래스 LinqTest, study

파일 보기 프로젝트 열기: joonhwan/study 1 사용 예제들

공개 메소드들

메소드 설명
GetLinqVar ( ProductInfo, pi ) : Array
Main ( ) : void
PrintAll ( string desc, IEnumerable enumurable ) : void

메소드 상세

GetLinqVar() 공개 정적인 메소드

public static GetLinqVar ( ProductInfo, pi ) : Array
pi ProductInfo,
리턴 Array

Main() 공개 정적인 메소드

public static Main ( ) : void
리턴 void

PrintAll() 공개 정적인 메소드

public static PrintAll ( string desc, IEnumerable enumurable ) : void
desc string
enumurable IEnumerable
리턴 void