Click or drag to resize

McPropertyDescriptor Constructor (PropertyDescriptor, Attribute)

Initializes a new instance of the McPropertyDescriptor class

Namespace:  MediaCy.Utilities.SystemEx
Assembly:  MediaCy.Utilities.SystemEx (in MediaCy.Utilities.SystemEx.dll) Version: 3.1.0.0
Syntax
VB
Public Sub New ( 
	innerProperty As PropertyDescriptor,
	attrs As Attribute()
)

Parameters

innerProperty
Type: System.ComponentModelPropertyDescriptor
attrs
Type: SystemAttribute
See Also