Beispiel #1
0
 public NativeApiVariant(Int32 count = 1)
 {
     variant = NativeApiProxy.CreateVariant(count);
 }