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

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

Syntax

C#
public ICollection<TValue> Values { get; }
Visual Basic
Public ReadOnly Property Values As ICollection(Of TValue)
	Get

Implements

IDictionary<(Of <(<'TKey, TValue>)>)>..::..Values

See Also