Exemple #1
0
 public static ChannelArgsSafeHandle Create(int size)
 {
     return(pinvoke.grpcsharp_channel_args_create(new UIntPtr((uint)size)));
 }