[]
Represents an array of textual captions.
public class CaptionsArrayList
Public Class CaptionsArrayList
| Name | Description |
|---|---|
| CaptionsArrayList() | Creates an array representing the captions that are available for the user. |
| CaptionsArrayList(ArrayList) | Creates an array representing the captions that are available for the user. |
| CaptionsArrayList(ArrayList, string) | Creates an array representing the captions that are available for the user. |
| CaptionsArrayList(string) | Creates an array representing the captions that are available for the user. |
| Name | Description |
|---|---|
| Count | Gets the number of captions in the array. |
| this[int] | Gets the caption at the specified index within the array. |
| List | Gets or sets a list of captions. |
| Name | Description |
|---|---|
| Add(string) | Adds a caption to the array and returns its index. |
| Clear() | Clears all the captions. |
| Clone() | Creates a copy of a list. |
| Find(string) | Finds a caption in the array that matches the specified name. |
| GetEnumerator() | Gets the enumerator. |
| GetEnumerator(int, int) | Gets the enumerator at the specified position. |
| Remove(string) | Removes a caption. |
| RemoveAt(int) | Removes a caption at a specified position. |