ExtensionCollection<T> Class
Definition
Represents a collection of extensions.
generic <typename T>
where T : IExtensibleObject<T>public ref class ExtensionCollection sealed : System::Collections::Generic::SynchronizedCollection<System::ServiceModel::IExtension<T> ^>, System::Collections::Generic::ICollection<System::ServiceModel::IExtension<T> ^>, System::Collections::Generic::IEnumerable<System::ServiceModel::IExtension<T> ^>, System::ServiceModel::IExtensionCollection<T>
public sealed class ExtensionCollection<T> : System.Collections.Generic.SynchronizedCollection<System.ServiceModel.IExtension<T>>, System.Collections.Generic.ICollection<System.ServiceModel.IExtension<T>>, System.Collections.Generic.IEnumerable<System.ServiceModel.IExtension<T>>, System.ServiceModel.IExtensionCollection<T> where T : IExtensibleObject<T>
type ExtensionCollection<'T (requires 'T :> IExtensibleObject<'T>)> = class
inherit SynchronizedCollection<IExtension<'T>>
interface IExtensionCollection<'T (requires 'T :> IExtensibleObject<'T>)>
interface ICollection<IExtension<'T>>
interface seq<IExtension<'T>>
interface IEnumerable
Public NotInheritable Class ExtensionCollection(Of T)
Inherits SynchronizedCollection(Of IExtension(Of T))
Implements ICollection(Of IExtension(Of T)), IEnumerable(Of IExtension(Of T)), IExtensionCollection(Of T)
Type Parameters
- T
The type for the collection.
- Inheritance
- Implements
Remarks
Typically, implementations of System.ServiceModel.IExtensibleObject<T> return an ExtensionCollection<T> from the IExtensibleObject<T>.Extensions property.
Constructors
ExtensionCollection<T>(T) |
Initializes a new instance of the ExtensionCollection<T> class with a specified owner. |
ExtensionCollection<T>(T, Object) |
Initializes a new instance of the ExtensionCollection<T> class with a specified owner and synchronization root. |
Properties
Count |
Gets the number of elements contained in the thread-safe collection. (Inherited from SynchronizedCollection<T>) |
Item[Int32] |
Gets an element from the thread-safe collection with a specified index. (Inherited from SynchronizedCollection<T>) |
Items |
Gets the list of elements contained in the thread-safe collection. (Inherited from SynchronizedCollection<T>) |
SyncRoot |
Gets the object used to synchronize access to the thread-safe collection. (Inherited from SynchronizedCollection<T>) |
Methods
Add(T) |
Adds an item to the thread-safe, read-only collection. (Inherited from SynchronizedCollection<T>) |
Clear() |
Removes all items from the collection. (Inherited from SynchronizedCollection<T>) |
ClearItems() |
Removes all items from the collection. (Inherited from SynchronizedCollection<T>) |
Contains(T) |
Determines whether the collection contains an element with a specific value. (Inherited from SynchronizedCollection<T>) |
CopyTo(T[], Int32) |
Copies the elements of the collection to a specified array, starting at a particular index. (Inherited from SynchronizedCollection<T>) |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Find<E>() |
Returns an extension if it is in the collection. |
FindAll<E>() |
Returns a collection of extensions if found in the collection. |
GetEnumerator() |
Returns an enumerator that iterates through the synchronized collection. (Inherited from SynchronizedCollection<T>) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
IndexOf(T) |
Returns the index of the first occurrence of a value in the collection. (Inherited from SynchronizedCollection<T>) |
Insert(Int32, T) |
Inserts an item into the collection at a specified index. (Inherited from SynchronizedCollection<T>) |
InsertItem(Int32, T) |
Inserts an item into the collection at a specified index. (Inherited from SynchronizedCollection<T>) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
Remove(T) |
Removes the first occurrence of a specified item from the collection. (Inherited from SynchronizedCollection<T>) |
RemoveAt(Int32) |
Removes an item at a specified index from the collection. (Inherited from SynchronizedCollection<T>) |
RemoveItem(Int32) |
Removes an item at a specified |
SetItem(Int32, T) |
Replaces the item at a specified index with another item. (Inherited from SynchronizedCollection<T>) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) |
Copies the elements of the collection to a specified array, starting at a particular index. (Inherited from SynchronizedCollection<T>) |
ICollection.IsSynchronized |
Gets a value that indicates whether the collection is thread safe. (Inherited from SynchronizedCollection<T>) |
ICollection.SyncRoot |
Gets the object used to synchronize access to the thread-safe collection. (Inherited from SynchronizedCollection<T>) |
ICollection<IExtension<T>>.IsReadOnly |
Gets whether the collection is read-only. |
ICollection<T>.IsReadOnly |
Gets a value that indicates whether the collection is read only. (Inherited from SynchronizedCollection<T>) |
IEnumerable.GetEnumerator() |
Returns an enumerator that iterates through the synchronized collection. (Inherited from SynchronizedCollection<T>) |
IList.Add(Object) |
Adds an element to the collection. (Inherited from SynchronizedCollection<T>) |
IList.Contains(Object) |
Determines whether the collection contains an element with a specific value. (Inherited from SynchronizedCollection<T>) |
IList.IndexOf(Object) |
Determines the zero-based index of an element in the collection. (Inherited from SynchronizedCollection<T>) |
IList.Insert(Int32, Object) |
Inserts an object into the collection at a specified index. (Inherited from SynchronizedCollection<T>) |
IList.IsFixedSize |
Gets a value that indicates whether the collection is fixed in size. (Inherited from SynchronizedCollection<T>) |
IList.IsReadOnly |
Gets a value that indicates whether the collection is read only. (Inherited from SynchronizedCollection<T>) |
IList.Item[Int32] |
Gets or sets the item at a specified zero-based index. (Inherited from SynchronizedCollection<T>) |
IList.Remove(Object) |
Removes the first occurrence of a specified object as an element from the collection. (Inherited from SynchronizedCollection<T>) |
Extension Methods
CopyToDataTable<T>(IEnumerable<T>) |
Returns a DataTable that contains copies of the DataRow objects, given an input IEnumerable<T> object where the generic parameter |
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption) |
Copies DataRow objects to the specified DataTable, given an input IEnumerable<T> object where the generic parameter |
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption, FillErrorEventHandler) |
Copies DataRow objects to the specified DataTable, given an input IEnumerable<T> object where the generic parameter |
Cast<TResult>(IEnumerable) |
Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Enables parallelization of a query. |
AsQueryable(IEnumerable) |
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. 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. 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. 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. |