コード例 #1
0
 public NameValueWithParametersHeaderValue(System.Net.Http.Headers.NameValueWithParametersHeaderValue containedObject)
 {
     if ((containedObject == null))
     {
         throw new System.ArgumentNullException("containedObject");
     }
     this.containedObject = containedObject;
 }
コード例 #2
0
 public static bool TryParse(string input, out System.Net.Http.Headers.NameValueWithParametersHeaderValue parsedValue)
 {
     throw null;
 }
コード例 #3
0
 protected NameValueWithParametersHeaderValue(System.Net.Http.Headers.NameValueWithParametersHeaderValue source) : base(default(string))
 {
 }