Is the initialized collection empty?
Namespace:
NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property Empty As Boolean |
C# |
---|
public abstract bool Empty { get; } |
Visual C++ |
---|
public: virtual property bool Empty { bool get () abstract; } |
JavaScript |
---|
function get_empty(); |