AspUnitRunner.Core.Html.HtmlCollection.HtmlCollection C# (CSharp) Метод

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

public HtmlCollection ( IList elements ) : System.Collections
elements IList
Результат System.Collections
        public HtmlCollection(IList<IHtmlElement> elements)
        {
            _elements = elements;
        }