[Missing <summary> documentation for "M:NHibernate.Loader.JoinWalker.IsTooDeep(System.Int32)"]

Namespace: NHibernate.Loader
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected virtual bool IsTooDeep(
	int currentDepth
)
Visual Basic
Protected Overridable Function IsTooDeep ( _
	currentDepth As Integer _
) As Boolean
Visual C++
protected:
virtual bool IsTooDeep(
	int currentDepth
)

Parameters

currentDepth
Type: System..::..Int32

[Missing <param name="currentDepth"/> documentation for "M:NHibernate.Loader.JoinWalker.IsTooDeep(System.Int32)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Loader.JoinWalker.IsTooDeep(System.Int32)"]

See Also