| Method | Description |
|---|
| Add | When implemented by a class, adds an item to the IList. (Inherited from IList) |
| Clear | When implemented by a class, removes all items from the IList. (Inherited from IList) |
| Contains | Overloaded. Determines whether the ResourceManager.ImageCollection contains a specific value. |
| CopyTo | Copies the elements of the ResourceManager.ImageCollection to an Array, starting at a particular Array index. |
| Equals | Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) |
| GetEnumerator | Returns an enumerator that can iterate through the ResourceManager.ImageCollection. |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IndexOf | When implemented by a class, determines the index of a specific item in the IList. (Inherited from IList) |
| Insert | When implemented by a class, inserts an item to the IList at the specified position. (Inherited from IList) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| Remove | When implemented by a class, removes the first occurrence of a specific object from the IList. (Inherited from IList) |
| RemoveAt | When implemented by a class, removes the IList item at the specified index. (Inherited from IList) |
| System.Collections.IList.Add | Adds an element to the ResourceManager.ImageCollection. Always throws an exception. |
| System.Collections.IList.Clear | Removes all objects from the ResourceManager.ImageCollection instance. Always throws an exception. |
| System.Collections.IList.Contains | Determines whether the ResourceManager.ImageCollection contains a specific value. |
| System.Collections.IList.IndexOf | Determines the index of a specific element of the ResourceManager.ImageCollection. |
| System.Collections.IList.Insert | Inserts an element into the ResourceManager.ImageCollection at the specified position. Always throws an exception. |
| System.Collections.IList.Remove | Removes the first occurrence of a specific object from the ResourceManager.ImageCollection. Always throws an exception. |
| System.Collections.IList.RemoveAt | Removes the element at the specified index of the ResourceManager.ImageCollection. Always throws an exception. |
| System.Collections.IList.this[] | Gets or sets the element at the specified index. |
| ToString | Returns a String that represents the current Object. (Inherited from Object) |
| this[] | Overloaded. Gets or sets the element at the specified position or defined by a specified name. |