Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (26.3.0)
Contains a list of Aspose.Tasks.Table objects.
Implements ICollection
interface.Inheritance
object
←
TableCollection
Implements
ICollection<Table>
,
IEnumerable<Table>
,
IEnumerable
Inherited Members
object.GetType()
,
object.MemberwiseClone()
,
object.ToString()
,
object.Equals(object?)
,
object.Equals(object?, object?)
,
object.ReferenceEquals(object?, object?)
,
object.GetHashCode()
Properties
Count
Gets the number of elements contained in this collection.
Property Value
int
IsReadOnly
Gets a value indicating whether this collection is read-only; otherwise, false.
Property Value
bool
Methods
Add(Table)
Adds the specified item to this collection.
Parameters
item Table
the specified item to add to this collection.
Clear()
Removes all items from this collection.
Contains(Table)
Returns true if the specified item is found in this collection; otherwise, false.
Parameters
item Table
the specified item to find.
Returns
bool
true if the specified item is found in this collection; otherwise, false.
CopyTo(Table[], int)
Copies the elements of this collection to the specified array, starting at the specified array index.
Parameters
array Table
[]
the specified one-dimensional array to copy elements to
arrayIndex int
the zero-based index of the specified array at which copying begins.
GetEnumerator()
Returns an enumerator for this collection.
Returns
IEnumerator
<
Table
>
an enumerator for this collection.
Remove(Table)
Removes the first occurrence of a specific object from this collection.
Parameters
item Table
the specified object to remove.
Returns
bool
true if the specified object was successfully removed from this collection; otherwise, false.
ToList()
Converts a table collection to a list of Aspose.Tasks.Table objects.
Returns
List
<
Table
>
Generic list of Aspose.Tasks.Table objects.