예제 #1
0
 public void SetString(int index, string key, string value)
 {
     pinvoke.grpcsharp_channel_args_set_string(this, new UIntPtr((uint)index), key, value);
 }