ChoiceItems Methods
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The ChoiceItems type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | Adds an object to the end of the collection. | |
| Clear | Removes all elements from the collection. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetAltItem | Gets the sub-element at the specified index, if items is array. | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Insert | Inserts an element into the collection at the specified index. | |
| MemberwiseClone | (Inherited from Object.) | |
| Remove(Int32) | Removes the element at the specified index of the collection. | |
| Remove(String) | Removes the first occurrence of a specific object from the collection. | |
| ToAltArray | Copies the sub-elements (item alt) of the collection to a new array. | |
| ToArray | Copies the elements of the collection to a new array. | |
| ToString | (Inherited from Object.) |
See Also