summaryP:DotNetNuke.Collections.Internal.SharedDictionary`2.Item(`0)

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

Syntax

C#
public TValue this[
	TKey key
] { get; set; }
Visual Basic
Public Default Property Item ( 
	key As TKey
) As TValue
	Get
	Set

Parameters

key
Type: TKey

Implements

IDictionary<(Of <(<'TKey, TValue>)>)>..::..Item[([( TKey])])

See Also