Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Private ReadOnly Property Count As Integer Implements ICollection.Count |
C# |
---|
int ICollection.Count { get; } |
Visual C++ |
---|
private: virtual property int Count { int get () sealed = ICollection::Count::get; } |
JavaScript |
---|
|