Click or drag to resize
Sandcastle Help File BuilderDynamicReadOnlyPropertyDescriptor Constructor
Constructor

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public DynamicReadOnlyPropertyDescriptor(
	ICustomTypeDescriptor typeDescriptor,
	PropertyDescriptor propertyDescriptor
)

Parameters

typeDescriptor
Type: System.ComponentModelICustomTypeDescriptor
The type descriptor
propertyDescriptor
Type: System.ComponentModelPropertyDescriptor
The property descriptor
See Also