[]
Initializes a new instance of the Property class.
public Property(string name, ExpressionInfo value)
| Type | Name | Description |
|---|---|---|
| string | name | A string value indicating the name to use for the property. |
| ExpressionInfo | value | An ExpressionInfo object that evaluates to the value of the property. |
| Type | Condition |
|---|---|
| ArgumentNullException | Throws if |