[Missing <summary> documentation for "M:Remotion.Linq.ReflectionUtility.TryGetItemTypeOfIEnumerable(System.Type)"]

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

Syntax

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

Parameters

possibleEnumerableType
Type: System..::..Type

[Missing <param name="possibleEnumerableType"/> documentation for "M:Remotion.Linq.ReflectionUtility.TryGetItemTypeOfIEnumerable(System.Type)"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.ReflectionUtility.TryGetItemTypeOfIEnumerable(System.Type)"]

See Also