SVGListBaseT Constructor (IEnumerableT)

Namespace: Aspose.Svg.Collections
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
protected SVGListBase(
	IEnumerable<T> enumerable
)

Parameters

enumerable
Type: System.Collections.GenericIEnumerableT
The enumerable.
See Also