C# Class DXVcs2Git.Core.Git.RepoConfigsReader

Afficher le fichier Open project: Xarlot/DXVcs2Git Class Usage Examples

Méthodes publiques

Méthode Description
HasConfig ( string name ) : bool
RepoConfigsReader ( ) : System.Collections.Generic
this ( string name ) : RepoConfig

Private Methods

Méthode Description
GetRegisteredConfigs ( ) : IEnumerable

Method Details

HasConfig() public méthode

public HasConfig ( string name ) : bool
name string
Résultat bool

RepoConfigsReader() public méthode

public RepoConfigsReader ( ) : System.Collections.Generic
Résultat System.Collections.Generic

this() public méthode

public this ( string name ) : RepoConfig
name string
Résultat RepoConfig