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

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

Syntax

C#
public IType[] Subtypes { get; }
Visual Basic
Public ReadOnly Property Subtypes As IType()
	Get
Visual C++
public:
virtual property array<IType^>^ Subtypes {
	array<IType^>^ get () sealed;
}

Implements

IAbstractComponentType..::..Subtypes

See Also