[Missing <summary> documentation for "P:NHibernate.Type.ComponentType.IsComponentType"]

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

Syntax

C#
public override bool IsComponentType { get; }
Visual Basic
Public Overrides ReadOnly Property IsComponentType As Boolean
	Get
Visual C++
public:
virtual property bool IsComponentType {
	bool get () override;
}

Implements

IType..::..IsComponentType
IType..::..IsComponentType

See Also