9using System.Collections.Generic;
19 public static class PropertyInfoFactory
34 if (
string.IsNullOrEmpty(typeName))
36 _factory =
new DefaultPropertyInfoFactory();
40 var type = Type.GetType(typeName);
Defines the interface for a factory object that creates IPropertyInfo objects.