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

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

Syntax

C#
public static Type GetCollectionElementType(
	this IEnumerable collectionInstance
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function GetCollectionElementType ( _
	collectionInstance As IEnumerable _
) As Type
Visual C++
[ExtensionAttribute]
public:
static Type^ GetCollectionElementType(
	IEnumerable^ collectionInstance
)

Parameters

collectionInstance
Type: System.Collections..::..IEnumerable

[Missing <param name="collectionInstance"/> documentation for "M:NHibernate.Util.ReflectHelper.GetCollectionElementType(System.Collections.IEnumerable)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Util.ReflectHelper.GetCollectionElementType(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