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.2.0.0 (1.2.16.0406)
Syntax public PropertySpecification(
string name,
Type propertyType
)
Public Sub New (
name As String,
propertyType As Type
)
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