C# 클래스 Corlib.Collections.Specialized.NameValueCollectionExtensions

파일 보기 프로젝트 열기: GeorgeTsiokos/corlib

공개 메소드들

메소드 설명
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