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

this() private method

private this ( string name ) : Element>.TypeOption
name string
return Element>.TypeOption
        public TypeOption<ElementNodeList, Element> this[string name]
        {
            get {
                return default(TypeOption<ElementNodeList, Element>);
            }
        }