Пример #1
0
 /// <summary>
 /// Gets how many result-box instances were allocated
 /// </summary>
 public static long GetResultBoxAllocationCount()
 {
     return(ResultBox.GetAllocationCount());
 }
Пример #2
0
 /// <summary>
 /// Gets how many result-box instances were allocated
 /// </summary>
 public static long GetResultBoxAllocationCount() => ResultBox.GetAllocationCount();