Gets a value indicating if the AbstractType is a CollectionType.
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public virtual bool IsCollectionType { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property IsCollectionType As Boolean Get |
| Visual C++ |
|---|
public: virtual property bool IsCollectionType { bool get (); } |