System.Xml.XmlElementCollection.this C# (CSharp) Method

this() private method

private this ( string name ) : XmlElement
name string
return XmlElement
        public XmlElement this[string name]
        {
            get {
                return null;
            }
        }

Same methods

XmlElementCollection::this ( uint index ) : XmlElement