Exemplo n.º 1
0
 public IntStructWrapperNative(IntStructWrapper managed)
 {
     value = managed.Value;
 }
Exemplo n.º 2
0
 public static IntStructWrapperNative ConvertToUnmanaged(IntStructWrapper managed)
 {
     return(new() { value = managed.Value });
 }