[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.ModelMapper.AddMappings(System.Collections.Generic.IEnumerable{System.Type})"]

Namespace: NHibernate.Mapping.ByCode
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public void AddMappings(
	IEnumerable<Type> types
)
Visual Basic
Public Sub AddMappings ( _
	types As IEnumerable(Of Type) _
)
Visual C++
public:
void AddMappings(
	IEnumerable<Type^>^ types
)

Parameters

types
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Type>)>)>

[Missing <param name="types"/> documentation for "M:NHibernate.Mapping.ByCode.ModelMapper.AddMappings(System.Collections.Generic.IEnumerable{System.Type})"]

See Also