Click or drag to resize

propertyAnnotationPresetItem Constructor (PropertyInfo)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the propertyAnnotationPresetItem, with data annotations copied from the property

Namespace:  imbSCI.Core.style.preset
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public propertyAnnotationPresetItem(
	PropertyInfo property
)
Request Example View Source

Parameters

property
Type: System.ReflectionPropertyInfo
The property.
See Also