C# Class Corlib.Collections.Specialized.NameValueCollectionExtensions

Mostra file Open project: GeorgeTsiokos/corlib

Public Methods

Method 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 method

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
return string