ArgumentHelper..::..AssertNotEmptyAndNotNull Method
Ensures that arg is not null. If it is, an ArgumentNullException is thrown.
If it is an empty string an ArgumentNullException is thrown.
Namespace:
AdvantageCMS.Core.Common.SitemapGeneratorAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
[DebuggerHiddenAttribute] public static void AssertNotEmptyAndNotNull( string arg, string argName )