Esempio n. 1
0
 public bool Equals(BigStructure other)
 => X == other.X &&
 Y == other.Y &&
 Z == other.Z &&
 C == other.C &&
 A == other.A &&
 B == other.B &&
 F == other.F;
Esempio n. 2
0
 public static extern void FuncVoidBigStructure(BigStructure bs);
Esempio n. 3
0
 public void FuncVoidBigStructure(BigStructure bs)
 {
     TestDllImport.FuncVoidBigStructure(bs);
 }