Click or drag to resize
PropertySpecification Constructor (String, Type)
Initializes a new instance of the PropertySpec class.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public PropertySpecification(
	string name,
	Type propertyType
)

Parameters

name
Type: SystemString
The name of the property displayed in the property grid.
propertyType
Type: SystemType
A Type that represents the type of the property.
See Also