public abstract void VisitGitlink(GitLinkTreeEntry e);
Ejemplo n.º 2
0
 public override void VisitGitlink(GitLinkTreeEntry e)
 {
     if (e.IsModified)
     {
         throw new GitlinksNotSupportedException(e.FullName);
     }
 }