Table of Contents

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 string

The name of the property.

descr PropertyDescriptor

The underlying property used for the redirection.

attributes Attribute[]

An Array with the attributes to associate with the property.