[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.AbstractExplicitlyDeclaredModel.GetRootEntitiesOf(System.Type)"]

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

Syntax

C#
protected IEnumerable<Type> GetRootEntitiesOf(
	Type entityType
)
Visual Basic
Protected Function GetRootEntitiesOf ( _
	entityType As Type _
) As IEnumerable(Of Type)
Visual C++
protected:
IEnumerable<Type^>^ GetRootEntitiesOf(
	Type^ entityType
)

Parameters

entityType
Type: System..::..Type

[Missing <param name="entityType"/> documentation for "M:NHibernate.Mapping.ByCode.AbstractExplicitlyDeclaredModel.GetRootEntitiesOf(System.Type)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.AbstractExplicitlyDeclaredModel.GetRootEntitiesOf(System.Type)"]

See Also