[Missing <summary> documentation for "M:NHibernate.Util.EnumerableExtensions.FirstOrNull(System.Collections.IEnumerable)"]

Namespace: NHibernate.Util
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static Object FirstOrNull(
	this IEnumerable source
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function FirstOrNull ( _
	source As IEnumerable _
) As Object
Visual C++
[ExtensionAttribute]
public:
static Object^ FirstOrNull(
	IEnumerable^ source
)

Parameters

source
Type: System.Collections..::..IEnumerable

[Missing <param name="source"/> documentation for "M:NHibernate.Util.EnumerableExtensions.FirstOrNull(System.Collections.IEnumerable)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Util.EnumerableExtensions.FirstOrNull(System.Collections.IEnumerable)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerable. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also