Beispiel #1
0
 public string this[string key]
 {
     get { return(Yaz.ZOOM_resultset_option_get(ResultSet, key)); }
     set { Yaz.ZOOM_resultset_option_set(ResultSet, key, value); }
 }