Ejemplo n.º 1
0
 /// <returns>
 /// length of the path in
 /// <see cref="GetPathBuffer()">GetPathBuffer()</see>
 /// .
 /// </returns>
 public virtual int GetPathLength()
 {
     return(last != null?treeWalk.GetEntryPathLength() : 0);
 }