DXVcs2Git.Core.Git.RepoConfigsReader.RepoConfigsReader C# (CSharp) Method

RepoConfigsReader() public method

public RepoConfigsReader ( ) : System.Collections.Generic
return System.Collections.Generic
        public RepoConfigsReader()
        {
            configs = GetRegisteredConfigs().ToDictionary(x => x.Name, config => config);
        }