Exemplo n.º 1
0
 public void NativeStatic()
 {
     for (int i = 0; i < Iterations; i++)
     {
         StaticString.GetHashCode();
     }
 }