GitSharp.Core.WorkDirCheckout.WorkDirCheckout C# (CSharp) Method

WorkDirCheckout() private method

private WorkDirCheckout ( ) : System
return System
        private WorkDirCheckout()
        {
            Conflicts = new List<string>();
            Removed = new List<string>();
            _updated = new Dictionary<string, ObjectId>();
            FailOnConflict = true;
        }

Same methods

WorkDirCheckout::WorkDirCheckout ( Repository repo, DirectoryInfo root, Core head, GitIndex index, Core merge ) : System
WorkDirCheckout::WorkDirCheckout ( Repository repo, DirectoryInfo workDir, GitIndex oldIndex, GitIndex newIndex ) : System
WorkDirCheckout::WorkDirCheckout ( Repository repo, DirectoryInfo root, GitIndex index, Tree merge ) : System