Renameable |
[Missing <summary> documentation for "T:Altaxo.Collections.RenameableItemList`1"]
public class RenameableItemList<T> : NamedItemList<T> where T : IRenameableItem
[Missing <typeparam name="T"/> documentation for "T:Altaxo.Collections.RenameableItemList`1"]
The RenameableItemListT type exposes the following members.
| Name | Description | |
|---|---|---|
| RenameableItemListT | Initializes a new instance of the RenameableItemListT class |
| Name | Description | |
|---|---|---|
| Count | (Inherited from NamedItemListT) | |
| ItemInt32 | (Inherited from NamedItemListT) | |
| ItemString | (Inherited from NamedItemListT) |
| Name | Description | |
|---|---|---|
| Add | (Overrides NamedItemListTAdd(T)) | |
| Clear | (Inherited from NamedItemListT) | |
| Contains(INamedItem) | (Inherited from NamedItemListT) | |
| Contains(String) | (Inherited from NamedItemListT) | |
| 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 | (Inherited from NamedItemListT) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IndexOf(INamedItem) | (Inherited from NamedItemListT) | |
| IndexOf(String) | (Inherited from NamedItemListT) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OnCollectionChanged |
Raises the [E:CollectionChanged] event.
(Inherited from NamedItemListT) | |
| RemoveAt | (Overrides NamedItemListTRemoveAt(Int32)) | |
| SetElement | (Overrides NamedItemListTSetElement(Int32, T)) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| TryGetValue | (Inherited from NamedItemListT) |
| Name | Description | |
|---|---|---|
| CollectionChanged |
Occurs when the collection changes.
(Inherited from NamedItemListT) |
| Name | Description | |
|---|---|---|
| _list | (Inherited from NamedItemListT) | |
| _nameToIndex | (Inherited from NamedItemListT) |