Example #1
0
 public bool Register(FieldInfo key, T instance)
 {
     return(_inner.Register(key, instance));
 }