'Declaration
Public Function New( _ ByVal declaringType As Type, _ ByVal pd As PropertyDescriptor _ )
public CustomPropertyInfo( Type declaringType, PropertyDescriptor pd )
Parameters
- declaringType
- Decalaring type.
- pd
- Property descriptor.
'Declaration
Public Function New( _ ByVal declaringType As Type, _ ByVal pd As PropertyDescriptor _ )
public CustomPropertyInfo( Type declaringType, PropertyDescriptor pd )