HashtableWrapper Class

NOTE: This API is now obsolete.

Provides smoother serialization and deserialization of a hash table and smoother access to its entries.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.ApplicationRuntime.HashtableWrapper

Namespace:  Microsoft.SharePoint.ApplicationRuntime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

<ObsoleteAttribute("The HashtableWrapper class is no longer supported and will be removed in a future release.")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class HashtableWrapper

Dim instance As HashtableWrapper
[ObsoleteAttribute("The HashtableWrapper class is no longer supported and will be removed in a future release.")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class HashtableWrapper

Remarks

The HashtableWrapper class is obsolete. It is documented only as an information source for persons who debug legacy code.

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

HashtableWrapper Members

Microsoft.SharePoint.ApplicationRuntime Namespace