Class NameValueCollectionDebug
- Namespace
- SunamoDebugging
- Assembly
- SunamoDebugging.dll
Provides debugging utilities for NameValueCollection instances.
public class NameValueCollectionDebug
- Inheritance
-
NameValueCollectionDebug
- Inherited Members
- Extension Methods
Methods
Print(NameValueCollection)
Prints all key-value pairs from the collection to the debug output.
public static void Print(NameValueCollection collection)
Parameters
collectionNameValueCollectionThe NameValueCollection to print.