Advertisement
uniblab

Untitled

Jun 28th, 2017
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.14 KB | None | 0 0
  1. System.Func<FileEntry, System.String> getFileName = ( this.TruncateEntryName )
  2.     ? x => System.IO.Path.GetFileName( x.File )
  3.     : x => x.File
  4. ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement