예제 #1
0
 public void MergeWith(Booster other)
 {
     Check.NonNull(other, nameof(other));
     PInvokeException.Check(PInvoke.BoosterMerge(Handle, other.Handle),
                            nameof(PInvoke.BoosterMerge));
 }