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

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

Syntax

C#
public override bool IsSnapshotEmpty(
	Object snapshot
)
Visual Basic
Public Overrides Function IsSnapshotEmpty ( _
	snapshot As Object _
) As Boolean
Visual C++
public:
virtual bool IsSnapshotEmpty(
	Object^ snapshot
) override

Parameters

snapshot
Type: System..::..Object

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

Return Value

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

Implements

IPersistentCollection..::..IsSnapshotEmpty(Object)

See Also