コード例 #1
0
 public static IEnumerable <KeyValuePair <string, string> > AllPairs(this NameValueCollection collection)
 {
     return(NameValueCollectionHelper.AllPairs(collection));
 }