|  | DynamicReadOnlyPropertyDescriptor Constructor | 
            Constructor
            
 
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
 Syntax
Syntaxpublic 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 -> DynamicReadOnlyPropertyDescriptorParameters
- typeDescriptor
- Type: System.ComponentModelICustomTypeDescriptor
 The type descriptor
- propertyDescriptor
- Type: System.ComponentModelPropertyDescriptor
 The property descriptor
 See Also
See Also