LigConnectionCollection Members

LigConnectionCollection Overview



Constructors

New() Plain vanilla Constructor
New(SheetOfAssertion) Constructor specifying RootSA
New(Ligature) Constructor Specifying Ligature

Public Properties

Item Default Property of this Collection; the Graph at a given 0-based position in the Collection
Ligature The Ligature in which these Connectins stand
RootSA Root Graph of the Graph-Construction

Public Methods

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