DotNetNuke.Collections.Internal.SharedDictionary`2

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

Syntax

C#
public SharedDictionary(
	ILockStrategy lockStrategy
)
Visual Basic
Public Sub New ( 
	lockStrategy As ILockStrategy
)

Parameters

lockStrategy
Type: DotNetNuke.Collections.Internal..::..ILockStrategy
paramlockStrategyM:DotNetNuke.Collections.Internal.SharedDictionary`2.#ctor(DotNetNuke.Collections.Internal.ILockStrategy)

See Also