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

ElementAttributeExpression() public method

Creates a new element attribute expression.
public ElementAttributeExpression ( ElementAttributeType elementAttribute, ElementAttributeScope scope ) : System.Threading
elementAttribute ElementAttributeType The element attribute.
scope ElementAttributeScope The scope.
return System.Threading
        public ElementAttributeExpression(ElementAttributeType elementAttribute, ElementAttributeScope scope)
        {
            _elementAttributeType = elementAttribute;
            _elementScope = scope;
        }

Same methods

ElementAttributeExpression::ElementAttributeExpression ( ElementAttributeType elementAttribute ) : System.Threading
ElementAttributeExpression