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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Snapshot As ICollection
C#
public ICollection Snapshot { get; }
Visual C++
public:
virtual property ICollection^ Snapshot {
	ICollection^ get () sealed;
}
JavaScript
function get_snapshot();

Implements

ICollectionSnapshot..::.Snapshot

See Also