Summary
Construct a PropertyAttribute with a name and double value
- Namespace
- TCLite
- Containing Type
- PropertyAttribute
Syntax
public PropertyAttribute(string propertyName, double propertyValue)
Parameters
Name | Type | Description |
---|---|---|
propertyName | string | The name of the property |
propertyValue | double | The property value |
Return Value
Type | Description |
---|---|
void |