コード例 #1
0
 public void CopyTo(KeyValuePair <string, StringValues>[] array, int arrayIndex)
 {
     _headers.CopyTo(array, arrayIndex);
 }