Access to the underlying SharedList

Remarks

Allows locking to be explicitly managed for the sake of effeciency

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

Syntax

C#
public SharedList<T> SharedList { get; }
Visual Basic
Public ReadOnly Property SharedList As SharedList(Of T)
	Get

See Also