When implemented by a class, gets a value indicating if the implementor is a collection type
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
bool IsCollectionType { get; } |
Visual Basic |
---|
ReadOnly Property IsCollectionType As Boolean Get |
Visual C++ |
---|
property bool IsCollectionType { bool get (); } |