Exemplo n.º 1
0
 public ZipCodeDatabase()
 {
     db = Native.zip_code_database_new();
 }
Exemplo n.º 2
0
 internal static extern uint zip_code_database_population_of(ZipCodeDatabaseHandle db, string zip);
Exemplo n.º 3
0
 internal static extern void zip_code_database_populate(ZipCodeDatabaseHandle db);
Exemplo n.º 4
0
 internal static extern uint zip_code_database_population_of(ZipCodeDatabaseHandle db, string zip);
Exemplo n.º 5
0
 internal static extern void zip_code_database_populate(ZipCodeDatabaseHandle db);
Exemplo n.º 6
0
 public ZipCodeDatabase()
 {
     db = Native.zip_code_database_new();
 }