C# 클래스 DXVcs2Git.Core.Git.RepoConfigsReader

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

공개 메소드들

메소드 설명
HasConfig ( string name ) : bool
RepoConfigsReader ( ) : System.Collections.Generic
this ( string name ) : RepoConfig

비공개 메소드들

메소드 설명
GetRegisteredConfigs ( ) : IEnumerable

메소드 상세

HasConfig() 공개 메소드

public HasConfig ( string name ) : bool
name string
리턴 bool

RepoConfigsReader() 공개 메소드

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

this() 공개 메소드

public this ( string name ) : RepoConfig
name string
리턴 RepoConfig