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