System.Html.ElementCollection.this C# (CSharp) Method

this() private method

private this ( string name ) : Element
name string
return Element
        public Element this[string name]
        {
            get {
                return default(Element);
            }
        }

Same methods

ElementCollection::this ( int index ) : Element