Ejemplo n.º 1
0
 public static HashTable Create(int keyType)
 {
     return(impl.create(keyType));
 }