| DynamicReadOnlyPropertyDescriptor Constructor |
Constructor
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public DynamicReadOnlyPropertyDescriptor(
ICustomTypeDescriptor typeDescriptor,
PropertyDescriptor propertyDescriptor
)
Public Sub New (
typeDescriptor As ICustomTypeDescriptor,
propertyDescriptor As PropertyDescriptor
)
public:
DynamicReadOnlyPropertyDescriptor(
ICustomTypeDescriptor^ typeDescriptor,
PropertyDescriptor^ propertyDescriptor
)
new :
typeDescriptor : ICustomTypeDescriptor *
propertyDescriptor : PropertyDescriptor -> DynamicReadOnlyPropertyDescriptor
Parameters
- typeDescriptor
- Type: System.ComponentModelICustomTypeDescriptor
The type descriptor - propertyDescriptor
- Type: System.ComponentModelPropertyDescriptor
The property descriptor
See Also