Ejemplo n.º 1
0
 abstract public AM <TFirst> GetOne <TFirst>(AConstruct other) where TFirst : class;
Ejemplo n.º 2
0
 override public AM <TFirst> GetOne <TFirst>(AConstruct other)
 {
     return(null);
 }