Share via


ReadOnlyNamedDictionary<TValue> class

Inheritance hierarchy

System.MarshalByRefObject
  Microsoft.SharePoint.BusinessData.Infrastructure.Collections.ReadOnlyDictionary<String, TValue>
    Microsoft.SharePoint.BusinessData.Infrastructure.Collections.ReadOnlyNamedDictionary<TValue>

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure.Collections
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class ReadOnlyNamedDictionary(Of TValue) _
    Inherits ReadOnlyDictionary(Of String, TValue) _
    Implements IReadOnlyNamedDictionary(Of TValue), IReadOnlyDictionary(Of String, TValue),  _
    IReadOnlyCollection(Of KeyValuePair(Of String, TValue)), IEnumerable
'Usage
Dim instance As ReadOnlyNamedDictionary(Of TValue)
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class ReadOnlyNamedDictionary<TValue> : ReadOnlyDictionary<string, TValue>, 
    IReadOnlyNamedDictionary<TValue>, IReadOnlyDictionary<string, TValue>, IReadOnlyCollection<KeyValuePair<string, TValue>>, 
    IEnumerable

Type parameters

  • TValue

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ReadOnlyNamedDictionary<TValue> members

Microsoft.SharePoint.BusinessData.Infrastructure.Collections namespace