Constructor LocalizedStringList
LocalizedStringList()
Creates a new empty LocalizedStringList.
Declaration
public LocalizedStringList()
LocalizedStringList(TableReference, TableEntryReference)
Creates a new LocalizedStringList referencing the given table and entry.
Declaration
public LocalizedStringList(TableReference tableReference, TableEntryReference entryReference)
Parameters
| Type | Name | Description |
|---|---|---|
| TableReference | tableReference | Reference to the String Table Collection. |
| TableEntryReference | entryReference | Reference to the String Table Collection entry whose value is a delimited list. |