GitSharp.Core.DirectoryCache.DirCache.editor C# (CSharp) Метод

editor() публичный Метод

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
Результат DirCacheEditor
		public DirCacheEditor editor()
		{
			return new DirCacheEditor(this, _entryCnt + 16);
		}