Example #1
0
 public ConstructorInfo FindConstructor(string[] names, Type[] types)
 {
     return(_tail.FindConstructor(names, types));
 }
Example #2
0
 public ConstructorInfo FindConstructor(string[] names, Type[] types)
 {
     return(_internalMapper.FindConstructor(names, types));
 }
Example #3
0
 public ConstructorInfo FindConstructor(string[] names, Type[] types)
 {
     return(_innerTypeMap.FindConstructor(names, types));
 }
 public System.Reflection.ConstructorInfo FindConstructor(string[] names, Type[] types)
 {
     return(tail.FindConstructor(names, types));
 }