C# 클래스 Simple.Generator.ProjectDescription

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

공개 메소드들

메소드 설명
ProjectDescription ( string directory, string file, string assembly ) : System
WithName ( string name ) : ProjectDescription

메소드 상세

ProjectDescription() 공개 메소드

public ProjectDescription ( string directory, string file, string assembly ) : System
directory string
file string
assembly string
리턴 System

WithName() 공개 메소드

public WithName ( string name ) : ProjectDescription
name string
리턴 ProjectDescription