summaryP:DotNetNuke.Collections.Internal.SharedDictionary`2.IsReadOnly

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

Syntax

C#
public bool IsReadOnly { get; }
Visual Basic
Public ReadOnly Property IsReadOnly As Boolean
	Get

Implements

ICollection<(Of <(<'T>)>)>..::..IsReadOnly

See Also