コード例 #1
0
 public object Parse(INameValueCollection nameValues, Type returnType)
 {
     return(Parse(nameValues.ToDictionary(), returnType));
 }