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

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

Syntax

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

Implements

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

See Also