| SVGListBaseT Class |
Namespace: Aspose.Svg.Collections
The SVGListBaseT type exposes the following members.
| Name | Description | |
|---|---|---|
| SVGListBaseT |
Initializes a new instance of the SVGListBaseT class.
| |
| SVGListBaseT(IEnumerableT) |
Initializes a new instance of the SVGListBaseT class.
|
| Name | Description | |
|---|---|---|
| Item |
Returns the indexth item in the list.
| |
| Length |
The number of items in the list.
| |
| NumberOfItems |
The number of items in the list.
|
| Name | Description | |
|---|---|---|
| AppendItem |
Inserts a new item at the end of the list.
| |
| Clear |
Clears all existing current items from the list, with the result being an empty list.
| |
| Dispose |
Releases unmanaged and - optionally - managed resources.
(Inherited from SVGValueType.) | |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Overrides SVGValueTypeDispose(Boolean).) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |
Gets the enumerator.
| |
| GetHashCode | (Inherited from Object.) | |
| GetItem |
Returns the specified item from the list.
| |
| GetType | (Inherited from Object.) | |
| Initialize |
Clears all existing current items from the list and re-initializes the list to hold the single item specified by the parameter.
| |
| InsertItemBefore |
Inserts a new item into the list at the specified position. The first item is number 0.
| |
| MemberwiseClone | (Inherited from Object.) | |
| RemoveItem |
Removes an existing item from the list.
| |
| ReplaceItem |
Replaces an existing item in the list with a new item.
| |
| ToString | (Inherited from Object.) |