[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.SimpleModelInspector.IsRootEntity(System.Func{System.Type,System.Boolean,System.Boolean})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public void IsRootEntity( Func<Type, bool, bool> match )  | 
| Visual Basic | 
|---|
Public Sub IsRootEntity ( _ match As Func(Of Type, Boolean, Boolean) _ )  | 
| Visual C++ | 
|---|
public: void IsRootEntity( Func<Type^, bool, bool>^ match )  | 
Parameters
- match
 - Type: System..::..Func<(Of <(<'Type, Boolean, Boolean>)>)>
[Missing <param name="match"/> documentation for "M:NHibernate.Mapping.ByCode.SimpleModelInspector.IsRootEntity(System.Func{System.Type,System.Boolean,System.Boolean})"]