Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: NameValuesCollection<TValue> ToNameValuesCollection<TValue>(this IEnumerable<KeyValuePair<string, TValue>>)

Declaration

public static NameValuesCollection<TValue> ToNameValuesCollection<TValue>(
    this IEnumerable<KeyValuePair<string, TValue>> pairs
)

Summary

Creates a NameValuesCollection<TValue> from a collection of key-value pairs.

Generic type parameters

TValueThis type parameter is not documented.