C# Класс Corlib.Collections.Specialized.NameValueCollectionExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Coalesce ( this nameValueCollection ) : string

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

Описание методов

Coalesce() публичный статический Метод

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
Результат string