NArrange.Core.Configuration.ElementAttributeExpression.ElementAttributeExpression C# (CSharp) Method

ElementAttributeExpression() public method

Creates a new element attribute expression.
public ElementAttributeExpression ( ElementAttributeType elementAttribute ) : System.Threading
elementAttribute ElementAttributeType The element attribute.
return System.Threading
        public ElementAttributeExpression(ElementAttributeType elementAttribute)
            : this(elementAttribute, ElementAttributeScope.Element)
        {
        }

Same methods

ElementAttributeExpression::ElementAttributeExpression ( ElementAttributeType elementAttribute, ElementAttributeScope scope ) : System.Threading
ElementAttributeExpression