Seçtiğim bir anahtarla bir koleksiyondaki öğelerin listesini tutmaya çalışıyorum. Java, ben sadece Harita aşağıdaki gibi kullanabilirsiniz:
class Test {
Map<Integer,String> entities;
public String getEntity(Integer code) {
return this.entities.get(code);
}
}
Bunu C # ile eşdeğer bir yolu var mı?
System.Collections.Generic.Hashset
karma kullanmıyor ve özel bir tür anahtarı tanımlayamıyorum
System.Collections.Hashtable
, genel bir sınıfın
System.Collections.Generic.Dictionary
bir get(Key)
yöntemi yok