Пример #1
0
 abstract public AM <TFirst> GetOne <TFirst>(AConstruct other) where TFirst : class;
Пример #2
0
 override public AM <TFirst> GetOne <TFirst>(AConstruct other)
 {
     return(null);
 }