Bari.Plugins.Nuget.Tools.NuGet.AddContents C# (CSharp) Method

AddContents() private method

private AddContents ( DirectoryInfo contentRoot, List result, LocalFileSystemDirectory localRoot ) : void
contentRoot System.IO.DirectoryInfo
result List
localRoot LocalFileSystemDirectory
return void
        private void AddContents(DirectoryInfo contentRoot, List<string> result, LocalFileSystemDirectory localRoot)
        {
            result.AddRange(GetAllIn(localRoot, contentRoot));
        }