Namespace:  NHibernate.Collection.Generic
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Count As Integer
C#
public int Count { get; }
Visual C++
public:
virtual property int Count {
	int get () sealed;
}
JavaScript
function get_count();

Implements

ICollection<(Of <(T>)>)..::.Count

See Also