コード例 #1
0
 public T Get <T>() where T : class
 {
     return((T)_proxyFactory.Unwrap(GetMock(typeof(T))));
 }