Initializes a new instance of the ListMapper class
Namespace: NHibernate.Mapping.ByCode.ImplAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public ListMapper( Type ownerType, Type elementType, HbmList mapping ) |
Visual Basic |
---|
Public Sub New ( _ ownerType As Type, _ elementType As Type, _ mapping As HbmList _ ) |
Visual C++ |
---|
public: ListMapper( Type^ ownerType, Type^ elementType, HbmList^ mapping ) |
Parameters
- ownerType
- Type: System..::..Type
[Missing <param name="ownerType"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ListMapper.#ctor(System.Type,System.Type,NHibernate.Cfg.MappingSchema.HbmList)"]
- elementType
- Type: System..::..Type
[Missing <param name="elementType"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ListMapper.#ctor(System.Type,System.Type,NHibernate.Cfg.MappingSchema.HbmList)"]
- mapping
- Type: NHibernate.Cfg.MappingSchema..::..HbmList
[Missing <param name="mapping"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ListMapper.#ctor(System.Type,System.Type,NHibernate.Cfg.MappingSchema.HbmList)"]