Exemple #1
0
 internal static XmlNode GetAndRemoveBooleanAttribute(XmlNode node, string attrib, ref bool bool_0)
 {
     return(SecUtility.GetAndRemoveBooleanAttributeInternal(node, attrib, false, ref bool_0));
 }