Add
|
Adds an OutcomeCollection Object to this OutcomeCollectionCollection and Returns its Position in the Collection |
AddIfNew
|
Adds an OutcomeCollection to this Collection and returns its Index provided it is not already a member; if it is a member, returns its Index |
AddIfNewRange
|
Adds to this Collection the members of a given OutcomeCollectionCollection which are new to this Collection and returns the number of IPartiallyComparables added |
AddRange
(OutcomeCollection[])
|
Adds the members of a given Array of OutcomeCollection Objects to this Collection and returns the number of IPartiallyComparables added |
AddRange
(OutcomeCollectionCollection)
|
Adds the members of a given OutcomeCollectionCollection to this Collection and returns the number of EGWorlds added |
Clone
|
Makes a Shallow Copy of this Collection |
Contains
|
Returns True iff a given OutcomeCollection belongs to this Collection |
IndexOf
|
Returns the Index of a given OutcomeCollectione if it is in this Collection; else returns -1 |
Remove
|
Removes a given OutcomeCollection from this Collection |
ToString
|
Returns a String representation of this Collection |
UnionCollection
|
OutcomeCollection of all the members of all OutcomeCollections in this OutcomeCollectionCollection, with no repeats |