Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public CustomTypeDescriptorAccessor(
ICustomTypeDescriptor dataObject
) |
Visual Basic |
---|
Public Sub New (
dataObject As ICustomTypeDescriptor
) |
Visual C++ |
---|
public:
CustomTypeDescriptorAccessor(
ICustomTypeDescriptor^ dataObject
) |
F# |
---|
new :
dataObject : ICustomTypeDescriptor -> CustomTypeDescriptorAccessor |
Parameters
- dataObject
- Type: System.ComponentModel..::..ICustomTypeDescriptor
The data object.
Exceptions
See Also