summaryP:DotNetNuke.Collections.Internal.NaiveLockingList`1.Item(System.Int32)

Namespace: DotNetNuke.Collections.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public T this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( 
	index As Integer
) As T
	Get
	Set

Parameters

index
Type: System..::..Int32

Implements

IList<(Of <(<'T>)>)>..::..Item[([( Int32])])

See Also