コード例 #1
0
 public static bool TryParse(Microsoft.Extensions.Primitives.StringSegment input, out Microsoft.Net.Http.Headers.RangeHeaderValue parsedValue)
 {
     throw null;
 }
コード例 #2
0
 public static bool TryParse(Microsoft.Extensions.Primitives.StringSegment input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out Microsoft.Net.Http.Headers.RangeHeaderValue parsedValue)
 {
     throw null;
 }
コード例 #3
0
 public static bool TryParse(string input, out Microsoft.Net.Http.Headers.RangeHeaderValue parsedValue)
 {
     parsedValue = default(Microsoft.Net.Http.Headers.RangeHeaderValue); throw null;
 }