Constructor PropertyDescriptorWrapper
- Namespace
- Bonsai
- Assembly
- Bonsai.Core.dll
PropertyDescriptorWrapper(string, PropertyDescriptor, Attribute[])
Initializes a new instance of the NumericRecordConverter.PropertyDescriptorWrapper class.
public PropertyDescriptorWrapper(string name, PropertyDescriptor descr, Attribute[] attributes)
Parameters
name
stringThe name of the property.
descr
PropertyDescriptorThe underlying property used for the redirection.
attributes
Attribute[]An Array with the attributes to associate with the property.