[Missing <summary> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.List``1(System.String,System.String,System.Boolean)"]

Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public virtual CollectionType List<T>(
	string role,
	string propertyRef,
	bool embedded
)
Visual Basic
Public Overridable Function List(Of T) ( _
	role As String, _
	propertyRef As String, _
	embedded As Boolean _
) As CollectionType
Visual C++
public:
generic<typename T>
virtual CollectionType^ List(
	String^ role, 
	String^ propertyRef, 
	bool embedded
)

Parameters

role
Type: System..::..String

[Missing <param name="role"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.List``1(System.String,System.String,System.Boolean)"]

propertyRef
Type: System..::..String

[Missing <param name="propertyRef"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.List``1(System.String,System.String,System.Boolean)"]

embedded
Type: System..::..Boolean

[Missing <param name="embedded"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.List``1(System.String,System.String,System.Boolean)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.List``1(System.String,System.String,System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.List``1(System.String,System.String,System.Boolean)"]

Implements

ICollectionTypeFactory..::..List(String, String, Boolean)

See Also