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

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

public this ( int index ) : IHtmlElement
index int
Результат IHtmlElement
        public IHtmlElement this[int index]
        {
            get { return _elements[index]; }
        }