Exemplo n.º 1
0
 /// <summary>
 /// Gets how many result-box instances were allocated
 /// </summary>
 public static long GetResultBoxAllocationCount()
 {
     return(ResultBox.GetAllocationCount());
 }
Exemplo n.º 2
0
 /// <summary>
 /// Gets how many result-box instances were allocated
 /// </summary>
 public static long GetResultBoxAllocationCount() => ResultBox.GetAllocationCount();