[Missing <summary> documentation for "M:NHibernate.Collection.PersistentIdentifierBag.BeforeInsert(System.Int32)"]

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

Syntax

C#
protected void BeforeInsert(
	int index
)
Visual Basic
Protected Sub BeforeInsert ( _
	index As Integer _
)
Visual C++
protected:
void BeforeInsert(
	int index
)

Parameters

index
Type: System..::..Int32

[Missing <param name="index"/> documentation for "M:NHibernate.Collection.PersistentIdentifierBag.BeforeInsert(System.Int32)"]

See Also