System.Html.FormControlsCollection.this C# (CSharp) Méthode

this() private méthode

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