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