public virtual Func <Tr> FileVolume(FileVolume fv) { return(() => { var typedOther = Other as FileVolume; if (typedOther == null) { throw new ArgumentException(); } return ProductOp.FileVolume(fv, typedOther); }); }
public Func <PixImage[]> FileVolume(FileVolume fv) { return(() => new PixImage[0]); }
public virtual int FileVolume(FileVolume fv0, FileVolume fv1) { return(0); }
public int FileVolume(FileVolume fv) { return(0); }
public bool FileVolume(FileVolume fv0, FileVolume fv1) { return(StringEqualFun(fv0.Path, fv1.Path)); }
public virtual IPix FileVolume(FileVolume fv) { return(fv); }