Click or drag to resize

ExtensionCollection Methods

This is preliminary documentation and is subject to change.

The ExtensionCollection type exposes the following members.

Methods
 NameDescription
Public methodContains(T)Determines whether an element is in the ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionExtensionInfo)
Public methodContains(String) Determines whether there's an extensions with specified name. The match is case-sensitive.
Public methodCopyToCopies the entire ReadOnlyCollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from ReadOnlyCollectionExtensionInfo)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetEnumeratorReturns an enumerator that iterates through the ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionExtensionInfo)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionExtensionInfo)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGet Tries to get the extension with specified name. The match is case-sensitive.
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodICollectionTAddAdds an item to the ICollectionT. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate methodIListAddAdds an item to the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate methodICollectionTClearRemoves all items from the ICollectionT. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate methodIListClearRemoves all items from the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate methodIListContainsDetermines whether the IList contains a specific value.
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate methodICollectionCopyToCopies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate methodIEnumerableGetEnumeratorReturns an enumerator that iterates through a collection.
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate methodIListIndexOfDetermines the index of a specific item in the IList.
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate methodIListTInsertInserts an item to the IListT at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate methodIListInsertInserts an item to the IList at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate methodICollectionTRemoveRemoves the first occurrence of a specific object from the ICollectionT. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate methodIListRemoveRemoves the first occurrence of a specific object from the IList. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate methodIListTRemoveAtRemoves the IListT item at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate methodIListRemoveAtRemoves the IList item at the specified index. This implementation always throws NotSupportedException.
(Inherited from ReadOnlyCollectionExtensionInfo)
Top
See Also