GitSharp.Core.DirectoryCache.DirCache.editor C# (CSharp) Méthode

editor() public méthode

Create a new editor to recreate this cache. Callers should add commands to the editor, then use DirCacheEditor.finish() to update this instance.
public editor ( ) : DirCacheEditor
Résultat DirCacheEditor
		public DirCacheEditor editor()
		{
			return new DirCacheEditor(this, _entryCnt + 16);
		}