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
namestringThe name of the property.
descrPropertyDescriptorThe underlying property used for the redirection.
attributesAttribute[]An Array with the attributes to associate with the property.