Atata.SelectByAttribute.SelectByAttribute C# (CSharp) Метод

SelectByAttribute() публичный Метод

public SelectByAttribute ( string attributeName ) : System
attributeName string
Результат System
        public SelectByAttribute(string attributeName)
            : base(attributeName)
        {
        }

Same methods

SelectByAttribute::SelectByAttribute ( string attributeName, TermCase termCase ) : System
SelectByAttribute::SelectByAttribute ( string attributeName, TermMatch match ) : System
SelectByAttribute::SelectByAttribute ( string attributeName, TermMatch match, TermCase termCase ) : System
SelectByAttribute