Exemplo n.º 1
0
 public static bool TryGetValue(Type type, out ISQLVersionedObject lookup)
 {
     return VersionSingletons.TryGetValue(type, out lookup);
 }
Exemplo n.º 2
0
 public static bool TryGetValue(Type type, out ISQLVersionedObject lookup)
 {
     return(VersionSingletons.TryGetValue(type, out lookup));
 }