Strongly-typed version of Get(Type, Object)

Namespace:  NHibernate
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Function Get(Of T) ( _
	id As Object _
) As T
C#
T Get<T>(
	Object id
)
Visual C++
generic<typename T>
T Get(
	Object^ id
)
JavaScript
JavaScript does not support generic types or methods.

Parameters

id
Type: System..::.Object

Type Parameters

T

See Also