示例#1
0
        // Token: 0x06006540 RID: 25920 RVA: 0x001C69C4 File Offset: 0x001C4BC4
        internal static bool IsEmptyXmlDataCollection(object parent)
        {
            SystemXmlExtensionMethods systemXmlExtensionMethods = AssemblyHelper.ExtensionsForSystemXml(false);

            return(systemXmlExtensionMethods != null && systemXmlExtensionMethods.IsEmptyXmlDataCollection(parent));
        }
        // return true if parent is an empty XmlDataCollection.
        internal static bool IsEmptyXmlDataCollection(object parent)
        {
            SystemXmlExtensionMethods extensions = AssemblyHelper.ExtensionsForSystemXml();

            return((extensions != null) ? extensions.IsEmptyXmlDataCollection(parent) : false);
        }