Пример #1
0
 public string GetAllKeyFirst(IEnumerable <string> excludes = null)
 {
     excludes = excludes ?? new List <string>();
     return(AllKeys.Where(p => !excludes.Contains(p.V1)).First().V1);
 }