C# 클래스 Rolcore.Collections.Generic.KeyValuePairExtensions

Extension methods for KeyValuePair.
파일 보기 프로젝트 열기: Rollins/Rolcore

공개 메소드들

메소드 설명
ToNameValueCollection ( string>.this value ) : NameValueCollection

Converts the specified KeyValuePair to a NameValueCollection.

메소드 상세

ToNameValueCollection() 공개 정적인 메소드

Converts the specified KeyValuePair to a NameValueCollection.
public static ToNameValueCollection ( string>.this value ) : NameValueCollection
value string>.this Specifies the value to convert.
리턴 System.Collections.Specialized.NameValueCollection