Object
VariantCollection
![]() | The default constructor for the VariantCollection class. |
![]() | A Constructor to construct a VariantCollection with non distinct keys. |
![]() | Use this property to get the Last error code generated by the collection. |
![]() | Use this method to add a variant to the collection using object as a key. |
![]() | Use this method to add a variant to the collection using string as a key. |
![]() | Use this method to clear all items from the collection. |
![]() | Use this method to clear the last error. |
![]() | Use this function to get the number of items in the collection. |
![]() | Use this function to check for existence of a string key in the collection. |
![]() | Use this function to check for existence of a object key in the collection. |
![]() | Use this function to get a key for a element specified by index. |
![]() | Use this function to get a object key for a element specified by index. |
![]() | Use this method to get a set of elements with the same string key when the collection is in multikey mode. |
![]() | Use this method to get a set of elements with the same object key when the collection is in multikey mode. |
![]() | Returns a index of a element in the collection. |
![]() | Use this method to insert a variant to the collection using object as a key to a specific location in the collection. |
![]() | Use this method to insert a variant to the collection using string as a key to a specific location in the collection. |
![]() | Use this setter/getter function to get or set element by a string key. |
![]() | Use this setter/getter function to get or set element by a object key. |
![]() | Use this setter/getter function to get or set element by index. |
![]() | Implements operator to read from the collection with the ( ) indexer operator. This variation fetches a item by a string key. |
![]() | Implements operator to read from the collection with the ( ) indexer operator. This variation fetches a item by a integer index. |
![]() | Implements operator to write to the collection with the ( ) indexer operator. This variation sets a item by a integer index. |
![]() | Implements operator to write to the collection with the ( ) indexer operator. This variation sets a item by a object key |
![]() | Implements operator to read from the collection with the ( ) indexer operator. This variation fetches a item by a object key. |
![]() | Implements operator to write to the collection with the ( ) indexer operator. This variation sets a item by a string key. |
![]() | Use this method to add remove variant from the collection by a given index. |
![]() | Use this method to add remove variant from the collection by a given string key. |
![]() | Use this method to add remove variant from the collection by a given string key. |
![]() | Use this method to sort the collection. |