GitCommands.GitModule.IGitModule C# (CSharp) Method

IGitModule() private method

private IGitModule ( string submoduleName ) : IGitModule
submoduleName string
return IGitModule
        IGitModule IGitModule.GetSubmodule(string submoduleName)
        {
            return GetSubmodule(submoduleName);
        }
GitModule