HookCollection Members

HookCollection Overview



Constructors

New(Hook[]) Starts a new HookCollection with an Array of Hooks; add RootSA explicitly!
New(Hook) Starts a new HookCollection with its first element
New() Almost plain vanilla constructor
New(SheetOfAssertion) Starts a new HookCollection with a reference to the RootSA

Public Properties

Item Default Property of this Collection
RootSA The Root of the Graph-tree

Public Methods

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