Initializes a new instance of the ParameterProperty<C> class.

C# | Visual Basic | Managed C++ |
public ParameterProperty ( string name, Object target, PropertyInfo info, bool readable, bool writable )
Public Sub New ( _ name As String, _ target As Object, _ info As PropertyInfo, _ readable As Boolean, _ writable As Boolean _ )
public: ParameterProperty ( String^ name, Object^ target, PropertyInfo^ info, bool readable, bool writable )

- name (String)
[Missing <param> documentation for "name"]
- target (Object)
[Missing <param> documentation for "target"]
- info (PropertyInfo)
[Missing <param> documentation for "info"]
- readable (Boolean)
[Missing <param> documentation for "readable"]
- writable (Boolean)
[Missing <param> documentation for "writable"]