[]
Creates an array representing the captions that are available for the user.
public CaptionsArrayList()
Public Sub New()
Creates an array representing the captions that are available for the user.
public CaptionsArrayList(ArrayList captions, string listName)
Public Sub New(captions As ArrayList, listName As String)
Type | Name | Description |
---|---|---|
ArrayList | captions | Array list of captions |
string | listName | List name |
Creates an array representing the captions that are available for the user.
public CaptionsArrayList(string listName)
Public Sub New(listName As String)
Type | Name | Description |
---|---|---|
string | listName | List name |
Creates an array representing the captions that are available for the user.
public CaptionsArrayList(ArrayList captions)
Public Sub New(captions As ArrayList)
Type | Name | Description |
---|---|---|
ArrayList | captions | Array list of captions |