Is the snapshot empty?

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

Syntax

C#
bool IsSnapshotEmpty(
	Object snapshot
)
Visual Basic
Function IsSnapshotEmpty ( _
	snapshot As Object _
) As Boolean
Visual C++
bool IsSnapshotEmpty(
	Object^ snapshot
)

Parameters

snapshot
Type: System..::..Object

[Missing <param name="snapshot"/> documentation for "M:NHibernate.Collection.IPersistentCollection.IsSnapshotEmpty(System.Object)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Collection.IPersistentCollection.IsSnapshotEmpty(System.Object)"]

See Also