System.Xml.XmlUnspecifiedAttribute.XmlUnspecifiedAttribute C# (CSharp) Method

XmlUnspecifiedAttribute() protected method

protected XmlUnspecifiedAttribute ( string prefix, string localName, string namespaceURI, XmlDocument doc ) : System
prefix string
localName string
namespaceURI string
doc XmlDocument
return System
        protected internal XmlUnspecifiedAttribute( string prefix, string localName, string namespaceURI, XmlDocument doc )
        : base( prefix, localName, namespaceURI, doc ) {
        }