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

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

Syntax

C#
public void Insert(
	int index,
	Object value
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	value As Object _
)
Visual C++
public:
virtual void Insert(
	int index, 
	Object^ value
) sealed

Parameters

index
Type: System..::..Int32

[Missing <param name="index"/> documentation for "M:NHibernate.Collection.PersistentList.Insert(System.Int32,System.Object)"]

value
Type: System..::..Object

[Missing <param name="value"/> documentation for "M:NHibernate.Collection.PersistentList.Insert(System.Int32,System.Object)"]

Implements

IList..::..Insert(Int32, Object)

See Also