Method | Description | |
---|---|---|
ElementAttributeExpression ( ElementAttributeType elementAttribute ) : System.Threading |
Creates a new element attribute expression.
|
|
ElementAttributeExpression ( ElementAttributeType elementAttribute, ElementAttributeScope scope ) : System.Threading |
Creates a new element attribute expression.
|
|
ToString ( ) : string |
Gets the string representation of this expression.
|
public ElementAttributeExpression ( ElementAttributeType elementAttribute ) : System.Threading | ||
elementAttribute | ElementAttributeType | The element attribute. |
return | System.Threading |
public ElementAttributeExpression ( ElementAttributeType elementAttribute, ElementAttributeScope scope ) : System.Threading | ||
elementAttribute | ElementAttributeType | The element attribute. |
scope | ElementAttributeScope | The scope. |
return | System.Threading |