Extension |
This is preliminary documentation and is subject to change.
The ExtensionCollection type exposes the following members.
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ReadOnlyCollectionT instance. (Inherited from ReadOnlyCollectionExtensionInfo) | |
ItemInt32 | Gets the element at the specified index. (Inherited from ReadOnlyCollectionExtensionInfo) | |
ItemString | Gets the extension with specified name. The match is case-sensitive. | |
Items | Returns the IListT that the ReadOnlyCollectionT wraps. (Inherited from ReadOnlyCollectionExtensionInfo) |
Name | Description | |
---|---|---|
Contains(T) | Determines whether an element is in the ReadOnlyCollectionT. (Inherited from ReadOnlyCollectionExtensionInfo) | |
Contains(String) | Determines whether there's an extensions with specified name. The match is case-sensitive. | |
CopyTo | Copies the entire ReadOnlyCollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from ReadOnlyCollectionExtensionInfo) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetEnumerator | Returns an enumerator that iterates through the ReadOnlyCollectionT. (Inherited from ReadOnlyCollectionExtensionInfo) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollectionT. (Inherited from ReadOnlyCollectionExtensionInfo) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
TryGet | Tries to get the extension with specified name. The match is case-sensitive. |
Name | Description | |
---|---|---|
ICollectionTAdd | Adds an item to the ICollectionT. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionExtensionInfo) | |
IListAdd | Adds an item to the IList. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionExtensionInfo) | |
ICollectionTClear | Removes all items from the ICollectionT. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionExtensionInfo) | |
IListClear | Removes all items from the IList. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionExtensionInfo) | |
IListContains | Determines whether the IList contains a specific value. (Inherited from ReadOnlyCollectionExtensionInfo) | |
ICollectionCopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from ReadOnlyCollectionExtensionInfo) | |
IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from ReadOnlyCollectionExtensionInfo) | |
IListIndexOf | Determines the index of a specific item in the IList. (Inherited from ReadOnlyCollectionExtensionInfo) | |
IListTInsert | Inserts an item to the IListT at the specified index. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionExtensionInfo) | |
IListInsert | Inserts an item to the IList at the specified index. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionExtensionInfo) | |
IListIsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from ReadOnlyCollectionExtensionInfo) | |
ICollectionTIsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ReadOnlyCollectionExtensionInfo) | |
IListIsReadOnly | Gets a value indicating whether the IList is read-only. (Inherited from ReadOnlyCollectionExtensionInfo) | |
ICollectionIsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ReadOnlyCollectionExtensionInfo) | |
IListTItem | Gets the element at the specified index. An NotSupportedException occurs if you try to set the item at the specified index. (Inherited from ReadOnlyCollectionExtensionInfo) | |
IListItem | Gets the element at the specified index. A NotSupportedException occurs if you try to set the item at the specified index. (Inherited from ReadOnlyCollectionExtensionInfo) | |
ICollectionTRemove | Removes the first occurrence of a specific object from the ICollectionT. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionExtensionInfo) | |
IListRemove | Removes the first occurrence of a specific object from the IList. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionExtensionInfo) | |
IListTRemoveAt | Removes the IListT item at the specified index. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionExtensionInfo) | |
IListRemoveAt | Removes the IList item at the specified index. This implementation always throws NotSupportedException. (Inherited from ReadOnlyCollectionExtensionInfo) | |
ICollectionSyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from ReadOnlyCollectionExtensionInfo) |