Public Shared Function GetChildProperties( _ ByVal type As Type, _ ByVal mapper As IAutoMap _ ) As List(Of PropertyInfo)
Dim type As Type Dim mapper As IAutoMap Dim value As List(Of PropertyInfo) value = ReflectionHelper.GetChildProperties(type, mapper)
public static List<PropertyInfo> GetChildProperties( Type type, IAutoMap mapper )
public: static List<PropertyInfo*>* GetChildProperties( Type* type, IAutoMap* mapper )
public: static List<PropertyInfo^>^ GetChildProperties( Type^ type, IAutoMap^ mapper )
Parameters
- type
- mapper