We need an entry to tell us all about the current state of a collection with respect to its persistent state

Namespace: NHibernate.Impl
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class CollectionEntry _
	Implements ICollectionSnapshot
C#
[SerializableAttribute]
public class CollectionEntry : ICollectionSnapshot
Visual C++
[SerializableAttribute]
public ref class CollectionEntry : ICollectionSnapshot

Inheritance Hierarchy

System.Object
  NHibernate.Impl.CollectionEntry