Throws proper exception if the provided string argument is null or empty.

Declaration Syntax
public static void ArgumentNotEmpty(
Func<string> argumentReference
)
Public Shared Sub ArgumentNotEmpty ( _
argumentReference As Func(Of String) _
)
public:
static void ArgumentNotEmpty(
Func<String^>^ argumentReference
)

Parameters
- argumentReference (Func<(Of <(String>)>))
[Missing <param name="argumentReference"/> documentation for "M:Lokad.Enforce.ArgumentNotEmpty(System.Func{System.String})"]

Return Value
Original string.

Remarks
Silverlight 2.0 does not support fast resolution of variable names, yet

Exceptions
Assembly:
Lokad.Sdk (Module: Lokad.Sdk) Version: 2.4.669.0 (2.4.669.0)