IGenericCollectionTAsICollection Property |
Returns ICollection interface.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
SyntaxICollection AsICollection { get; }
ReadOnly Property AsICollection As ICollection
Get
property ICollection^ AsICollection {
ICollection^ get ();
}
abstract AsICollection : ICollection with get
Property Value
Type:
ICollection
Remarks
For COM compatibility.
See Also