System.Html.AttributeCollection.this C# (CSharp) Метод

this() приватный Метод

private this ( string name ) : XmlAttribute
name string
Результат System.Xml.XmlAttribute
        public XmlAttribute this[string name]
        {
            get {
                return default(XmlAttribute);
            }
        }

Same methods

AttributeCollection::this ( int index ) : XmlAttribute