Strongly-typed version of Get(Type, Object)
Namespace:
NHibernateAssembly: 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 |
---|
|
Parameters
- id
- Type: System..::.Object
Type Parameters
- T