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