Sep.Git.Tfs.Commands.Branch.WriteBranchStructureTreeVisitor.WriteBranchStructureTreeVisitor C# (CSharp) Method

WriteBranchStructureTreeVisitor() public method

public WriteBranchStructureTreeVisitor ( string targetPath, IEnumerable tfsRemotes = null ) : System.Collections.Generic
targetPath string
tfsRemotes IEnumerable
return System.Collections.Generic
            public WriteBranchStructureTreeVisitor(string targetPath, IEnumerable<IGitTfsRemote> tfsRemotes = null)
            {
                _targetPath = targetPath;
                _tfsRemotes = tfsRemotes;
            }
Branch.WriteBranchStructureTreeVisitor