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