HttpHeaderValueCollection<T> 클래스
정의
헤더 값의 컬렉션을 나타냅니다.Represents a collection of header values.
generic <typename T>
where T : classpublic ref class HttpHeaderValueCollection sealed : System::Collections::Generic::ICollection<T>, System::Collections::Generic::IEnumerable<T>
public sealed class HttpHeaderValueCollection<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T> where T : class
type HttpHeaderValueCollection<'T (requires 'T : null)> = class
interface ICollection<'T (requires 'T : null)>
interface seq<'T (requires 'T : null)>
interface IEnumerable
Public NotInheritable Class HttpHeaderValueCollection(Of T)
Implements ICollection(Of T), IEnumerable(Of T)
형식 매개 변수
- T
헤더 컬렉션 형식입니다.The header collection type.
- 상속
-
HttpHeaderValueCollection<T>
- 구현
속성
Count |
HttpHeaderValueCollection<T>에 포함된 헤더의 수를 가져옵니다.Gets the number of headers in the HttpHeaderValueCollection<T>. |
IsReadOnly |
HttpHeaderValueCollection<T> 인스턴스가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.Gets a value indicating whether the HttpHeaderValueCollection<T> instance is read-only. |
메서드
Add(T) |
HttpHeaderValueCollection<T>에 엔트리를 추가합니다.Adds an entry to the HttpHeaderValueCollection<T>. |
Clear() |
HttpHeaderValueCollection<T>에서 모든 엔트리를 제거합니다.Removes all entries from the HttpHeaderValueCollection<T>. |
Contains(T) |
HttpHeaderValueCollection<T>에 항목이 포함되어 있는지를 확인합니다.Determines if the HttpHeaderValueCollection<T> contains an item. |
CopyTo(T[], Int32) |
대상 배열의 지정된 인덱스에서 시작하여 전체 HttpHeaderValueCollection<T>을 호환되는 1차원 Array에 복사합니다.Copies the entire HttpHeaderValueCollection<T> to a compatible one-dimensional Array, starting at the specified index of the target array. |
Equals(Object) |
지정한 개체와 현재 개체가 같은지 여부를 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetEnumerator() |
HttpHeaderValueCollection<T>를 반복하는 열거자를 반환합니다.Returns an enumerator that iterates through the HttpHeaderValueCollection<T>. |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ParseAdd(String) |
엔트리를 구문 분석하고 HttpHeaderValueCollection<T>에 추가합니다.Parses and adds an entry to the HttpHeaderValueCollection<T>. |
Remove(T) |
지정된 항목을 HttpHeaderValueCollection<T>에서 제거합니다.Removes the specified item from the HttpHeaderValueCollection<T>. |
ToString() |
현재 HttpHeaderValueCollection<T> 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current HttpHeaderValueCollection<T> object. 이름입니다.object. |
TryParseAdd(String) |
입력이 구문 분석된 후 HttpHeaderValueCollection<T>에 추가될 수 있는지 여부를 결정합니다.Determines whether the input could be parsed and added to the HttpHeaderValueCollection<T>. |
명시적 인터페이스 구현
IEnumerable.GetEnumerator() |
HttpHeaderValueCollection<T>를 반복하는 열거자를 반환합니다.Returns an enumerator that iterates through the HttpHeaderValueCollection<T>. |
확장 메서드
CopyToDataTable<T>(IEnumerable<T>) |
제네릭 매개 변수 |
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption) |
제네릭 매개 변수 |
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption, FillErrorEventHandler) |
제네릭 매개 변수 |
Cast<TResult>(IEnumerable) |
IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
쿼리를 병렬화할 수 있도록 합니다.Enables parallelization of a query. |
AsQueryable(IEnumerable) |
IEnumerable을 IQueryable로 변환합니다.Converts an IEnumerable to an IQueryable. |
Ancestors<T>(IEnumerable<T>) |
소스 컬렉션에 있는 모든 노드의 상위 항목이 들어 있는 요소 컬렉션을 반환합니다.Returns a collection of elements that contains the ancestors of every node in the source collection. |
Ancestors<T>(IEnumerable<T>, XName) |
소스 컬렉션에 있는 모든 노드의 상위 항목이 들어 있는 필터링된 요소 컬렉션을 반환합니다.Returns a filtered collection of elements that contains the ancestors of every node in the source collection. 일치하는 XName이 있는 요소만 컬렉션에 포함됩니다.Only elements that have a matching XName are included in the collection. |
DescendantNodes<T>(IEnumerable<T>) |
소스 컬렉션에 있는 모든 문서 및 요소의 하위 노드 컬렉션을 반환합니다.Returns a collection of the descendant nodes of every document and element in the source collection. |
Descendants<T>(IEnumerable<T>) |
소스 컬렉션에 있는 모든 요소 및 문서의 하위 요소가 들어 있는 요소 컬렉션을 반환합니다.Returns a collection of elements that contains the descendant elements of every element and document in the source collection. |
Descendants<T>(IEnumerable<T>, XName) |
소스 컬렉션에 있는 모든 요소 및 문서의 하위 요소가 들어 있는 필터링된 요소 컬렉션을 반환합니다.Returns a filtered collection of elements that contains the descendant elements of every element and document in the source collection. 일치하는 XName이 있는 요소만 컬렉션에 포함됩니다.Only elements that have a matching XName are included in the collection. |
Elements<T>(IEnumerable<T>) |
소스 컬렉션에 있는 모든 요소 및 문서의 자식 요소 컬렉션을 반환합니다.Returns a collection of the child elements of every element and document in the source collection. |
Elements<T>(IEnumerable<T>, XName) |
소스 컬렉션에 있는 모든 요소 및 문서의 필터링된 자식 요소 컬렉션을 반환합니다.Returns a filtered collection of the child elements of every element and document in the source collection. 일치하는 XName이 있는 요소만 컬렉션에 포함됩니다.Only elements that have a matching XName are included in the collection. |
InDocumentOrder<T>(IEnumerable<T>) |
소스 컬렉션의 모든 노드가 문서 순으로 정렬되어 들어 있는 노드 컬렉션을 반환합니다.Returns a collection of nodes that contains all nodes in the source collection, sorted in document order. |
Nodes<T>(IEnumerable<T>) |
소스 컬렉션에 있는 모든 문서 및 요소의 자식 노드 컬렉션을 반환합니다.Returns a collection of the child nodes of every document and element in the source collection. |
Remove<T>(IEnumerable<T>) |
부모 노드에서 소스 컬렉션의 모든 노드를 제거합니다.Removes every node in the source collection from its parent node. |