예제 #1
0
 private static UrlData GetLastEntry(UrlData[] entries) {
     return entries.Any() ? entries.Last() : UrlData.Empty();
 }