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

HasConfig() public method

public HasConfig ( string name ) : bool
name string
return bool
        public bool HasConfig(string name)
        {
            return configs.ContainsKey(name);
        }