NArrange.Core.Configuration.ElementAttributeExpression.ElementAttributeExpression C# (CSharp) 메소드

ElementAttributeExpression() 공개 메소드

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

Same methods

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