Sitecore 5.0 API

MainUtil.GetExtraEntries Method 

Gets the extra entries in one hashtable compared to another.

[Visual Basic]
Public Shared Function GetExtraEntries( _
   ByVal big As Hashtable, _
   ByVal small As Hashtable _
) As Hashtable
[C#]
public static Hashtable GetExtraEntries(
   Hashtable big,
   Hashtable small
);

See Also

MainUtil Class | Sitecore Namespace