[Missing <summary> documentation for "M:NHibernate.Type.TypeFactory.GenericList(System.String,System.String,System.Type)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static CollectionType GenericList( string role, string propertyRef, Type elementClass ) |
Visual Basic |
---|
Public Shared Function GenericList ( _ role As String, _ propertyRef As String, _ elementClass As Type _ ) As CollectionType |
Visual C++ |
---|
public: static CollectionType^ GenericList( String^ role, String^ propertyRef, Type^ elementClass ) |
Parameters
- role
- Type: System..::..String
[Missing <param name="role"/> documentation for "M:NHibernate.Type.TypeFactory.GenericList(System.String,System.String,System.Type)"]
- propertyRef
- Type: System..::..String
[Missing <param name="propertyRef"/> documentation for "M:NHibernate.Type.TypeFactory.GenericList(System.String,System.String,System.Type)"]
- elementClass
- Type: System..::..Type
[Missing <param name="elementClass"/> documentation for "M:NHibernate.Type.TypeFactory.GenericList(System.String,System.String,System.Type)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Type.TypeFactory.GenericList(System.String,System.String,System.Type)"]