SyndicationElementExtensionCollection 클래스
정의
SyndicationElementExtension 개체의 컬렉션입니다.A collection of SyndicationElementExtension objects.
public ref class SyndicationElementExtensionCollection sealed : System::Collections::ObjectModel::Collection<System::ServiceModel::Syndication::SyndicationElementExtension ^>
public sealed class SyndicationElementExtensionCollection : System.Collections.ObjectModel.Collection<System.ServiceModel.Syndication.SyndicationElementExtension>
type SyndicationElementExtensionCollection = class
inherit Collection<SyndicationElementExtension>
Public NotInheritable Class SyndicationElementExtensionCollection
Inherits Collection(Of SyndicationElementExtension)
- 상속
속성
Count |
Collection<T>에 실제로 포함된 요소의 수를 가져옵니다.Gets the number of elements actually contained in the Collection<T>. (다음에서 상속됨 Collection<T>) |
Item[Int32] |
지정한 인덱스에 있는 요소를 가져오거나 설정합니다.Gets or sets the element at the specified index. (다음에서 상속됨 Collection<T>) |
Items |
IList<T>을 둘러싸는 Collection<T> 래퍼를 가져옵니다.Gets a IList<T> wrapper around the Collection<T>. (다음에서 상속됨 Collection<T>) |
메서드
Add(Object) |
지정된 SyndicationElementExtension 개체를 컬렉션에 추가합니다.Adds the specified SyndicationElementExtension object to the collection. |
Add(Object, DataContractSerializer) |
지정된 데이터 계약 serializer를 사용하여 지정된 개체를 컬렉션에 추가합니다.Adds the specified object to the collection using the specified data contract serializer. |
Add(Object, XmlSerializer) |
지정된 XML serializer를 사용하여 지정된 개체를 컬렉션에 추가합니다.Adds the specified object to the collection using the specified XML serializer. |
Add(String, String, Object) |
지정된 외부 이름 및 외부 네임스페이스가 있는 컬렉션에 지정된 개체를 추가합니다.Adds the specified object to the collection with the specified outer name and outer namespace. |
Add(String, String, Object, XmlObjectSerializer) |
지정된 데이터 계약 serializer를 사용하여 지정된 외부 이름 및 외부 네임스페이스가 있는 컬렉션에 지정된 개체를 추가합니다.Adds the specified object to the collection with the specified outer name and outer namespace using the specified data contract serializer. |
Add(T) |
개체를 Collection<T>의 끝 부분에 추가합니다.Adds an object to the end of the Collection<T>. (다음에서 상속됨 Collection<T>) |
Add(XmlReader) |
새 배포 요소 확장을 컬렉션에 추가합니다.Adds a new syndication element extension to the collection. |
Clear() |
Collection<T>에서 요소를 모두 제거합니다.Removes all elements from the Collection<T>. (다음에서 상속됨 Collection<T>) |
ClearItems() |
Collection<T>에서 요소를 모두 제거합니다.Removes all elements from the Collection<T>. (다음에서 상속됨 Collection<T>) |
Contains(T) |
Collection<T>에 요소가 있는지 여부를 확인합니다.Determines whether an element is in the Collection<T>. (다음에서 상속됨 Collection<T>) |
CopyTo(T[], Int32) |
대상 배열의 지정된 인덱스에서 시작하여 전체 Collection<T>을 호환되는 1차원 Array에 복사합니다.Copies the entire Collection<T> to a compatible one-dimensional Array, starting at the specified index of the target array. (다음에서 상속됨 Collection<T>) |
Equals(Object) |
지정한 개체와 현재 개체가 같은지 여부를 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetEnumerator() |
Collection<T>를 반복하는 열거자를 반환합니다.Returns an enumerator that iterates through the Collection<T>. (다음에서 상속됨 Collection<T>) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetReaderAtElementExtensions() |
요소 확장을 포함하는 XmlReader를 가져옵니다.Gets an XmlReader with the element extensions. |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
IndexOf(T) |
지정된 개체를 검색하고, 전체 Collection<T>에서 처음으로 검색한 개체의 인덱스(0부터 시작)를 반환합니다.Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection<T>. (다음에서 상속됨 Collection<T>) |
Insert(Int32, T) |
Collection<T>의 지정된 인덱스에 요소를 삽입합니다.Inserts an element into the Collection<T> at the specified index. (다음에서 상속됨 Collection<T>) |
InsertItem(Int32, T) |
Collection<T>의 지정된 인덱스에 요소를 삽입합니다.Inserts an element into the Collection<T> at the specified index. (다음에서 상속됨 Collection<T>) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ReadElementExtensions<TExtension>(String, String) |
지정된 이름 및 네임스페이스를 가진 요소 확장을 읽습니다.Reads the element extensions with the specified name and namespace. |
ReadElementExtensions<TExtension>(String, String, XmlObjectSerializer) |
지정된 이름 및 네임스페이스를 가진 요소 확장을 읽습니다.Reads the element extensions with the specified name and namespace. |
ReadElementExtensions<TExtension>(String, String, XmlSerializer) |
지정된 이름 및 네임스페이스를 가진 요소 확장을 읽습니다.Reads the element extensions with the specified name and namespace. |
Remove(T) |
Collection<T>에서 맨 처음 발견되는 특정 개체를 제거합니다.Removes the first occurrence of a specific object from the Collection<T>. (다음에서 상속됨 Collection<T>) |
RemoveAt(Int32) |
Collection<T>의 지정된 인덱스에 있는 요소를 제거합니다.Removes the element at the specified index of the Collection<T>. (다음에서 상속됨 Collection<T>) |
RemoveItem(Int32) |
Collection<T>의 지정된 인덱스에 있는 요소를 제거합니다.Removes the element at the specified index of the Collection<T>. (다음에서 상속됨 Collection<T>) |
SetItem(Int32, T) |
지정된 인덱스에 있는 요소를 바꿉니다.Replaces the element at the specified index. (다음에서 상속됨 Collection<T>) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |
명시적 인터페이스 구현
ICollection.CopyTo(Array, Int32) |
특정 ICollection 인덱스부터 시작하여 Array의 요소를 Array에 복사합니다.Copies the elements of the ICollection to an Array, starting at a particular Array index. (다음에서 상속됨 Collection<T>) |
ICollection.IsSynchronized |
ICollection에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지를 나타내는 값을 가져옵니다.Gets a value indicating whether access to the ICollection is synchronized (thread safe). (다음에서 상속됨 Collection<T>) |
ICollection.SyncRoot |
ICollection에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.Gets an object that can be used to synchronize access to the ICollection. (다음에서 상속됨 Collection<T>) |
ICollection<T>.IsReadOnly |
ICollection<T>가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.Gets a value indicating whether the ICollection<T> is read-only. (다음에서 상속됨 Collection<T>) |
IEnumerable.GetEnumerator() |
컬렉션을 반복하는 열거자를 반환합니다.Returns an enumerator that iterates through a collection. (다음에서 상속됨 Collection<T>) |
IList.Add(Object) |
IList에 항목을 추가합니다.Adds an item to the IList. (다음에서 상속됨 Collection<T>) |
IList.Contains(Object) |
IList에 특정 값이 들어 있는지 여부를 확인합니다.Determines whether the IList contains a specific value. (다음에서 상속됨 Collection<T>) |
IList.IndexOf(Object) |
IList에서 특정 항목의 인덱스를 결정합니다.Determines the index of a specific item in the IList. (다음에서 상속됨 Collection<T>) |
IList.Insert(Int32, Object) |
항목을 IList의 지정한 인덱스에 삽입합니다.Inserts an item into the IList at the specified index. (다음에서 상속됨 Collection<T>) |
IList.IsFixedSize |
IList의 크기가 고정되어 있는지 여부를 나타내는 값을 가져옵니다.Gets a value indicating whether the IList has a fixed size. (다음에서 상속됨 Collection<T>) |
IList.IsReadOnly |
IList가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.Gets a value indicating whether the IList is read-only. (다음에서 상속됨 Collection<T>) |
IList.Item[Int32] |
지정한 인덱스에 있는 요소를 가져오거나 설정합니다.Gets or sets the element at the specified index. (다음에서 상속됨 Collection<T>) |
IList.Remove(Object) |
IList에서 맨 처음 발견되는 특정 개체를 제거합니다.Removes the first occurrence of a specific object from the IList. (다음에서 상속됨 Collection<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. |