Access to the underlying SharedList
Namespace: DotNetNuke.Collections.Internal
Remarks
Allows locking to be explicitly managed for the sake of effeciency
Assembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public SharedList<T> SharedList { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SharedList As SharedList(Of T) Get |