Class ReadOnlyCollectionBase
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Represents a read-only collection of objects.
public abstract class ReadOnlyCollectionBase<t> : IList<t>, ICollection<t>, IEnumerable<t>, IEnumerable
Type Parameters
T
Type of collection items.
Inheritance
object ← ReadOnlyCollectionBase<t>
Implements
IList<t>, ICollection<t>, IEnumerable<t>, 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 objects contained in the object.
public int Count { get; }
Property Value
this[int]
Returns the element at the specified index.
public T this[int index] { get; set; }
Property Value
T
Methods
Add(T)
This is the stub implementation of ICollection’s Add method, that only throws NotSupportedException
public void Add(T item)
Parameters
item
T
The item to add.
GetEnumerator()
Returns an enumerator for this collection.
public IEnumerator<t> GetEnumerator()
Returns
IEnumerator<t>
An enumerator for this collection.
ToList()
Converts the collection object to a list of Aspose.Tasks.VbaModule objects.
public List<t> ToList()
Returns
List<t>
List of objects. </t></t></t></t></t></t>