Namespace:  NHibernate.Collection.Generic
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
JavaScript does not support explicit interface implementations.

Implements

ICollection..::.Count

See Also