C# 클래스 FluentBuild.Publishing.NuGet.DependencyGroup

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( string projectId ) : void
Add ( string projectId, string version ) : void
DependencyGroup ( ) : System.Collections.Generic
ToString ( ) : string

메소드 상세

Add() 공개 메소드

public Add ( string projectId ) : void
projectId string
리턴 void

Add() 공개 메소드

public Add ( string projectId, string version ) : void
projectId string
version string
리턴 void

DependencyGroup() 공개 메소드

public DependencyGroup ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string