System.Configuration.HandlerBase.GetAndRemoveStringAttribute C# (CSharp) Method

GetAndRemoveStringAttribute() static private method

static private GetAndRemoveStringAttribute ( XmlNode node, string attrib, string &val ) : XmlNode
node System.Xml.XmlNode
attrib string
val string
return System.Xml.XmlNode
        internal static XmlNode GetAndRemoveStringAttribute(XmlNode node, string attrib, ref string val) {
            return GetAndRemoveStringAttributeInternal(node, attrib, false /*fRequired*/, ref val);
        }