Beispiel #1
0
 public string this[string name] {
     get {
         return(StflApi.stfl_get(f_Handle, name));
     }
     set {
         StflApi.stfl_set(f_Handle, name, value);
     }
 }
Beispiel #2
0
 public string this[string name] {
     get {
         CheckDisposed();
         return(StflApi.stfl_get(f_Handle, name));
     }
     set {
         CheckDisposed();
         StflApi.stfl_set(f_Handle, name, value);
     }
 }