Ejemplo n.º 1
0
 internal virtual ReflectionsUtils.ConstructorDelegate ContructorDelegateFactory(Type key)
 {
     return(ReflectionsUtils.GetContructor(key, (!key.IsArray) ? PocoJsonSerializerStrategy.EmptyTypes : PocoJsonSerializerStrategy.ArrayConstructorParameterTypes));
 }