Exemple #1
0
 public override bool Exists(string path)
 {
     return(_delegate.Exists(path));
 }
 public virtual bool Exists(string uri)
 {
     return(_io.Exists(uri));
 }