CollectionExtended T Methods |
The CollectionExtended T generic type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Add |
Adds an item to the collection.trigger OnInsert and OnInsertComplete method when set item
(Inherited from
CollectionBase
T
.)
|
|
|
ChangeName |
Changes name.
|
|
|
Clear |
Removes all objects from the System.Collections.CollectionBase instance.
(Inherited from
CollectionBase
T
.)
|
|
|
Clone |
Creates copy of the collection.
|
|
|
Contains |
Determines whether the collection contains a specific item.
(Inherited from
CollectionBase
T
.)
|
|
|
CopyTo |
Copies the elements of the collection to an array, starting at a particular array index.
(Inherited from
CollectionBase
T
.)
|
|
|
EnsureCapacity |
Enlarges internal storage if necessary.
|
|
|
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
.)
|
|
|
FindParent(Type) |
Method used to find parent within a specific type.
|
|
|
FindParent(Type, Boolean) |
Method used to find parent within a specific type.
|
|
|
GenerateDefaultName(ICollection T , String) |
Generates default name.
|
|
|
GenerateDefaultName(ICollection, String) |
Generates default name.
|
|
|
GenerateDefaultName(String, ICollection ) |
Generate default name.
|
|
|
GetEnumerator |
Returns an enumerator that iterates through this instance.
(Inherited from
CollectionBase
T
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
IndexOf |
Returns the zero-based index of the first occurrence of a specified item within the collection.
(Inherited from
CollectionBase
T
.)
|
|
|
Insert |
Inserts an element into the list at the specified index.
(Inherited from
CollectionBase
T
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
OnClear |
OnClear is invoked before Clear behavior.
(Overrides
CollectionBase
T
OnClear
.)
|
|
|
OnClearComplete |
OnClear is invoked after Clear behavior.
(Overrides
CollectionBase
T
OnClearComplete
.)
|
|
|
OnInsert |
Performs additional processes before inserting
a new element into the collection.
(Overrides
CollectionBase
T
OnInsert(Int32, T)
.)
|
|
|
OnInsertComplete |
Performs additional processes after inserting
a new element into the collection.
(Overrides
CollectionBase
T
OnInsertComplete(Int32, T)
.)
|
|
|
OnRemove |
Performs additional processes before removing
an element from the collection.
(Overrides
CollectionBase
T
OnRemove(Int32, T)
.)
|
|
|
OnRemoveComplete |
Performs additional processes after removing
an element from the collection.
(Overrides
CollectionBase
T
OnRemoveComplete(Int32, T)
.)
|
|
|
OnSet |
Performs additional processes before setting
a value in the collection.
(Overrides
CollectionBase
T
OnSet(Int32, T, T)
.)
|
|
|
OnSetComplete |
Performs additional processes after setting a value in the collection.
(Overrides
CollectionBase
T
OnSetComplete(Int32, T, T)
.)
|
|
|
Remove |
Removes the first occurrence of a specific object from the collection.
(Inherited from
CollectionBase
T
.)
|
|
|
RemoveAt |
Removes the element at the specified index of this instance.
(Inherited from
CollectionBase
T
.)
|
|
|
SetParent |
Sets parent object for class.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|