Show / Hide Table of Contents

Class NameValueCollectionExtensions

Inheritance
object
NameValueCollectionExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: GitCredentialManager
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public static class NameValueCollectionExtensions

Methods

ToDictionary(NameValueCollection, IEqualityComparer<string>)

Declaration
public static IDictionary<string, string> ToDictionary(this NameValueCollection collection, IEqualityComparer<string> comparer = null)
Parameters
Type Name Description
NameValueCollection collection
IEqualityComparer<string> comparer
Returns
Type Description
IDictionary<string, string>
In this article
Back to top Generated by DocFX