The converters type exposes the following methods.
| Name | Description | |
|---|---|---|
|
|
add | Adds converter to the end of the collection. |
|
|
count | Returns the number of converters actually contained in the collection. |
|
|
get(Number) | Returns the converter at the specified index. |
|
|
remove(Number) | Removes the converter at the specified index of the collection. |
|
|
removeAll | Removes the all the converters from the collection. |