Get the snapshot value of the given collection entry

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

Syntax

C#
Object GetSnapshotElement(
	Object entry,
	int i
)
Visual Basic
Function GetSnapshotElement ( _
	entry As Object, _
	i As Integer _
) As Object
Visual C++
Object^ GetSnapshotElement(
	Object^ entry, 
	int i
)

Parameters

entry
Type: System..::..Object

[Missing <param name="entry"/> documentation for "M:NHibernate.Collection.IPersistentCollection.GetSnapshotElement(System.Object,System.Int32)"]

i
Type: System..::..Int32

[Missing <param name="i"/> documentation for "M:NHibernate.Collection.IPersistentCollection.GetSnapshotElement(System.Object,System.Int32)"]

Return Value

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

See Also