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