Beispiel #1
0
 private static bool IsExisting(IDataItem dataItem)
 {
     return(dataItem.Type() != FileInfoTypes.NonExisting);
 }