[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.ModelMapper.CompileMappingForEach(System.Collections.Generic.IEnumerable{System.Type})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public IEnumerable<HbmMapping> CompileMappingForEach( IEnumerable<Type> types ) |
Visual Basic |
---|
Public Function CompileMappingForEach ( _ types As IEnumerable(Of Type) _ ) As IEnumerable(Of HbmMapping) |
Visual C++ |
---|
public: IEnumerable<HbmMapping^>^ CompileMappingForEach( IEnumerable<Type^>^ types ) |
Parameters
- types
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Type>)>)>
[Missing <param name="types"/> documentation for "M:NHibernate.Mapping.ByCode.ModelMapper.CompileMappingForEach(System.Collections.Generic.IEnumerable{System.Type})"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.ModelMapper.CompileMappingForEach(System.Collections.Generic.IEnumerable{System.Type})"]