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;
        }