[This is preliminary documentation and is subject to change.]
Dump the object for debugging purposes
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public static string Dump( Hashtable ht ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Dump ( _ ht As Hashtable _ ) As String |
| Visual C++ |
|---|
public: static String^ Dump( Hashtable^ ht ) |
Parameters
- ht
- Type: System.Collections..::.Hashtable
The hashtable to be dumped
