[Missing <summary> documentation for "M:Remotion.Linq.Utilities.ArgumentUtility.CheckNotEmpty``1(System.String,``0)"]

Namespace: Remotion.Linq.Utilities
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static T CheckNotEmpty<T>(
	string argumentName,
	T enumerable
)
where T : IEnumerable
Visual Basic
Public Shared Function CheckNotEmpty(Of T As IEnumerable) ( _
	argumentName As String, _
	enumerable As T _
) As T
Visual C++
public:
generic<typename T>
where T : IEnumerable
static T CheckNotEmpty(
	String^ argumentName, 
	T enumerable
)

Parameters

argumentName
Type: System..::..String

[Missing <param name="argumentName"/> documentation for "M:Remotion.Linq.Utilities.ArgumentUtility.CheckNotEmpty``1(System.String,``0)"]

enumerable
Type: T

[Missing <param name="enumerable"/> documentation for "M:Remotion.Linq.Utilities.ArgumentUtility.CheckNotEmpty``1(System.String,``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Remotion.Linq.Utilities.ArgumentUtility.CheckNotEmpty``1(System.String,``0)"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.Utilities.ArgumentUtility.CheckNotEmpty``1(System.String,``0)"]

See Also