Exemplo n.º 1
0
 public RangeConditionHeaderValue(System.Net.Http.Headers.RangeConditionHeaderValue containedObject)
 {
     if ((containedObject == null))
     {
         throw new System.ArgumentNullException("containedObject");
     }
     this.containedObject = containedObject;
 }
Exemplo n.º 2
0
 public static bool TryParse(string input, out System.Net.Http.Headers.RangeConditionHeaderValue parsedValue)
 {
     throw null;
 }