Beispiel #1
0
 public string this[string key]
 {
     get { return(Yaz.ZOOM_options_get(ZoomOptions, key)); }
     set { Yaz.ZOOM_options_set(ZoomOptions, key, value); }
 }