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

Syntax

Visual Basic (Declaration)
Function IsSnapshotEmpty ( _
	snapshot As ICollection _
) As Boolean
C#
bool IsSnapshotEmpty(
	ICollection snapshot
)
Visual C++
bool IsSnapshotEmpty(
	ICollection^ snapshot
)
JavaScript
function isSnapshotEmpty(snapshot);

Parameters

snapshot
Type: System.Collections..::.ICollection

See Also