Namespace:  NHibernate.Util
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function IsFinalClass ( _
	type As Type _
) As Boolean
C#
public static bool IsFinalClass(
	Type type
)
Visual C++
public:
static bool IsFinalClass(
	Type^ type
)
JavaScript
NHibernate.Util.ReflectHelper.isFinalClass = function(type);

Parameters

type
Type: System..::.Type

See Also