[Missing <summary> documentation for "M:NHibernate.Collection.AbstractPersistentCollection.ReadElementByIndex(System.Object)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
protected virtual Object ReadElementByIndex( Object index ) |
| Visual Basic |
|---|
Protected Overridable Function ReadElementByIndex ( _ index As Object _ ) As Object |
| Visual C++ |
|---|
protected: virtual Object^ ReadElementByIndex( Object^ index ) |
Parameters
- index
- Type: System..::..Object
[Missing <param name="index"/> documentation for "M:NHibernate.Collection.AbstractPersistentCollection.ReadElementByIndex(System.Object)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Collection.AbstractPersistentCollection.ReadElementByIndex(System.Object)"]