[Missing <summary> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.DecrementIndexByBase(System.Object)"]

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

Syntax

C#
public Object DecrementIndexByBase(
	Object index
)
Visual Basic
Public Function DecrementIndexByBase ( _
	index As Object _
) As Object
Visual C++
public:
Object^ DecrementIndexByBase(
	Object^ index
)

Parameters

index
Type: System..::..Object

[Missing <param name="index"/> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.DecrementIndexByBase(System.Object)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Persister.Collection.AbstractCollectionPersister.DecrementIndexByBase(System.Object)"]

See Also