Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
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