Exemplo n.º 1
0
 public static TKeyCollection GetKeyCollection <TKeyCollection>()
     where TKeyCollection : KeyCollection <TRecord>, new()
 {
     return(Resource.GetKeyCollection <TKeyCollection>() as TKeyCollection);
 }