IGenericCollectionT
IGenericCollection<T> interface
Auxiliary generic collection interface.
public interface IGenericCollection<T> : ICollection, IEnumerable<T>
| Parameter | Description |
|---|---|
| T |
Properties
| Name | Description |
|---|---|
| AsICollection { get; } | Returns ICollection interface. |
| AsIEnumerable { get; } | Returns IEnumerable interface. Read-only IEnumerable. |
See Also
- namespace Aspose.Slides
- assembly Aspose.Slides