GitSharp.Core.DirectoryCache.DirCacheBuildIterator.DirCacheBuildIterator C# (CSharp) 메소드

DirCacheBuildIterator() 개인적인 메소드

Create a new iterator for an already loaded DirCache instance. The iterator implementation may copy part of the cache's data during construction, so the cache must be Read in prior to creating the iterator.
private DirCacheBuildIterator ( DirCacheBuildIterator parentIterator, DirCacheTree cacheTree ) : GitSharp.Core.Exceptions
parentIterator DirCacheBuildIterator The parent iterator
cacheTree DirCacheTree The cache tree
리턴 GitSharp.Core.Exceptions
        DirCacheBuildIterator(DirCacheBuildIterator parentIterator, DirCacheTree cacheTree)
            : base(parentIterator, cacheTree)
        {
            _builder = parentIterator._builder;
        }

Same methods

DirCacheBuildIterator::DirCacheBuildIterator ( DirCacheBuilder builder ) : GitSharp.Core.Exceptions