示例#1
0
 abstract public AM <TFirst> GetOne <TFirst>(AConstruct other) where TFirst : class;
 override public AM <TFirst> GetOne <TFirst>(AConstruct other)
 {
     return(null);
 }