Example #1
0
 [DebuggerHidden] public T CreateRef <T>() where T : class
 {
     return(NMockitoStatic.CreateRef <T>());
 }