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

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

Syntax

C#
public static Type GetItemTypeOfIEnumerable(
	Type enumerableType,
	string argumentName
)
Visual Basic
Public Shared Function GetItemTypeOfIEnumerable ( _
	enumerableType As Type, _
	argumentName As String _
) As Type
Visual C++
public:
static Type^ GetItemTypeOfIEnumerable(
	Type^ enumerableType, 
	String^ argumentName
)

Parameters

enumerableType
Type: System..::..Type

[Missing <param name="enumerableType"/> documentation for "M:Remotion.Linq.ReflectionUtility.GetItemTypeOfIEnumerable(System.Type,System.String)"]

argumentName
Type: System..::..String

[Missing <param name="argumentName"/> documentation for "M:Remotion.Linq.ReflectionUtility.GetItemTypeOfIEnumerable(System.Type,System.String)"]

Return Value

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

See Also