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

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

Syntax

C#
public static Type GetCollectionElementType(
	Type collectionType
)
Visual Basic
Public Shared Function GetCollectionElementType ( _
	collectionType As Type _
) As Type
Visual C++
public:
static Type^ GetCollectionElementType(
	Type^ collectionType
)

Parameters

collectionType
Type: System..::..Type

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

Return Value

[Missing <returns> documentation for "M:NHibernate.Util.ReflectHelper.GetCollectionElementType(System.Type)"]

See Also