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

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

Syntax

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

Parameters

argumentName
Type: System..::..String

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

actualType
Type: System..::..Type

[Missing <param name="actualType"/> documentation for "M:Remotion.Linq.Utilities.ArgumentUtility.CheckTypeIsAssignableFrom(System.String,System.Type,System.Type)"]

expectedType
Type: System..::..Type

[Missing <param name="expectedType"/> documentation for "M:Remotion.Linq.Utilities.ArgumentUtility.CheckTypeIsAssignableFrom(System.String,System.Type,System.Type)"]

Return Value

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

See Also