Get the types of the component properties

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

Syntax

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

See Also