Click or drag to resize

McPropertyDescriptor Constructor (PropertyDescriptor, IDictionary)

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,
	attrNameValues As IDictionary
)

Parameters

innerProperty
Type: System.ComponentModelPropertyDescriptor
attrNameValues
Type: System.CollectionsIDictionary
See Also