Table of Contents

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

collection NameValueCollection

The NameValueCollection to print.