Class PropertyCollection

Class PropertyCollection

Namespace: Aspose.Tasks.Properties
Assembly: Aspose.Tasks.dll (25.2.0)

A base class of collection of properties.

public abstract class PropertyCollection<t> : IEnumerable<t>, IEnumerable

Type Parameters

T

The type of property.

Inheritance

objectPropertyCollection<t>

Implements

IEnumerable<t>, IEnumerable

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

PropertyCollection()

Initializes a new instance of the Aspose.Tasks.Properties.PropertyCollection`1 class.

protected PropertyCollection()

</t></t>