C# Class Corlib.Collections.Specialized.NameValueCollectionExtensions

Afficher le fichier Open project: GeorgeTsiokos/corlib

Méthodes publiques

Méthode Description
Coalesce ( this nameValueCollection ) : string

Steps through the specified keys looking for the first key where a value is present and not equal to null

Method Details

Coalesce() public static méthode

Steps through the specified keys looking for the first key where a value is present and not equal to null
public static Coalesce ( this nameValueCollection ) : string
nameValueCollection this source
Résultat string