[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper`1.List``1(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.Generic.IEnumerable{``0}}},System.Action{NHibernate.Mapping.ByCode.IListPropertiesMapper{`0,``0}})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
void List<TElement>( Expression<Func<TEntity, IEnumerable<TElement>>> property, Action<IListPropertiesMapper<TEntity, TElement>> collectionMapping )  | 
| Visual Basic | 
|---|
Sub List(Of TElement) ( _ property As Expression(Of Func(Of TEntity, IEnumerable(Of TElement))), _ collectionMapping As Action(Of IListPropertiesMapper(Of TEntity, TElement)) _ )  | 
| Visual C++ | 
|---|
generic<typename TElement> void List( Expression<Func<TEntity, IEnumerable<TElement>^>^>^ property, Action<IListPropertiesMapper<TEntity, TElement>^>^ collectionMapping )  | 
Parameters
- property
 - Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'TEntity, IEnumerable<(Of <(<'TElement>)>)>>)>)>>)>)>
[Missing <param name="property"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper`1.List``1(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.Generic.IEnumerable{``0}}},System.Action{NHibernate.Mapping.ByCode.IListPropertiesMapper{`0,``0}})"]
 
- collectionMapping
 - Type: System..::..Action<(Of <(<'IListPropertiesMapper<(Of <(<'TEntity, TElement>)>)>>)>)>
[Missing <param name="collectionMapping"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper`1.List``1(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.Generic.IEnumerable{``0}}},System.Action{NHibernate.Mapping.ByCode.IListPropertiesMapper{`0,``0}})"]
 
Type Parameters
- TElement
 [Missing <typeparam name="TElement"/> documentation for "M:NHibernate.Mapping.ByCode.ICollectionPropertiesContainerMapper`1.List``1(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.Generic.IEnumerable{``0}}},System.Action{NHibernate.Mapping.ByCode.IListPropertiesMapper{`0,``0}})"]