Click or drag to resize

RenameableItemListT Methods

The RenameableItemListT type exposes the following members.

Methods
 NameDescription
Public methodAdd
(Overrides NamedItemListTAdd(T))
Public methodClear
(Inherited from NamedItemListT)
Public methodContains(INamedItem)
(Inherited from NamedItemListT)
Public methodContains(String)
(Inherited from NamedItemListT)
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 methodGetEnumerator
(Inherited from NamedItemListT)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOf(INamedItem)
(Inherited from NamedItemListT)
Public methodIndexOf(String)
(Inherited from NamedItemListT)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodOnCollectionChanged Raises the [E:CollectionChanged] event.
(Inherited from NamedItemListT)
Public methodRemoveAt
(Overrides NamedItemListTRemoveAt(Int32))
Public methodSetElement
(Overrides NamedItemListTSetElement(Int32, T))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetValue
(Inherited from NamedItemListT)
Top
See Also