Add
|
Adds a LigConnection to this Collection and Returns its position |
AddAt
|
Adds a LigConnection to this Collection at a given position |
AddIfNew
|
Adds a LigConnection to this Collection and Returns its position if it isn not already there; else, Returns its position |
Clone
|
Creates a Shallow Copy of this Collection |
Contains
|
Returns True iff this Collection Contains a given LigConnection |
Copy
|
Creates a Deep Copy of this Collection |
IndexOf
|
Returns The Index of LigC if found in the list; otherwise, -1 |
Remove
|
Removes a given LigConnectin from this Collection |
ToArray
|
Converts this Collection to an Array of LigConnections |
ToString
()
|
Returns a String Representing this LigConnectionCollection; prints on One Line |
ToString
(Boolean)
|
Returns a String Representing this LigConnectionCollection; has option of printing on Multiple Lines |