[Missing <summary> documentation for "M:NHibernate.Intercept.FieldInterceptionHelper.IsInstrumented(System.Type)"]

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

Syntax

C#
public static bool IsInstrumented(
	Type entityClass
)
Visual Basic
Public Shared Function IsInstrumented ( _
	entityClass As Type _
) As Boolean
Visual C++
public:
static bool IsInstrumented(
	Type^ entityClass
)

Parameters

entityClass
Type: System..::..Type

[Missing <param name="entityClass"/> documentation for "M:NHibernate.Intercept.FieldInterceptionHelper.IsInstrumented(System.Type)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Intercept.FieldInterceptionHelper.IsInstrumented(System.Type)"]

See Also