Add
|
Adds a new Hook to this Collection and returns its position |
AddAt
|
Adds a new Hook to this Collection at a given position |
AddIfNew
|
Adds a Hook to this Collection and Returns its position if it isn not already there; else, Returns its position |
AddRange
(HookCollection)
|
Adds a HookCollection to this Collection |
AddRange
(Hook[])
|
Adds an Array of Hooks to this Collection |
Clone
|
Creates a Shallow Copy of this Collection |
Contains
|
Returns True iff this Collection Contains a given Hook |
IndexOf
|
Returns The index of H if found in the list; otherwise, -1 |
Remove
|
Removes a given Hook from this Collection |
ToArray
|
Converts this Collection to an Array of Hooks |
ToString
(Boolean)
|
Returns a String Representing this HookCollection; has option of printing on Multiple Lines |
ToString
()
|
Returns a String representing this HookCollection |