summaryM:DotNetNuke.Common.Lists.ListInfoCollection.Item(System.Int32)

Namespace: DotNetNuke.Common.Lists
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public Object Item(
	int index
)
Visual Basic
Public Function Item ( 
	index As Integer
) As Object

Parameters

index
Type: System..::..Int32
paramindexM:DotNetNuke.Common.Lists.ListInfoCollection.Item(System.Int32)

Return Value

returnsM:DotNetNuke.Common.Lists.ListInfoCollection.Item(System.Int32)

See Also