Exemple #1
0
 internal static XmlNode GetAndRemoveNonEmptyStringAttribute(XmlNode node, string attrib, ref string string_0)
 {
     return(SecUtility.GetAndRemoveNonEmptyStringAttributeInternal(node, attrib, false, ref string_0));
 }