Method GetLocalizedListAsync
GetLocalizedListAsync(List<string>)
Asynchronously loads the localized list.
Declaration
AsyncOperationHandle<List<string>> GetLocalizedListAsync(List<string> target = null)
Parameters
| Type | Name | Description |
|---|---|---|
| List<string> | target | Optional list to populate to avoid allocations. |
Returns
| Type | Description |
|---|---|
| AsyncOperationHandle<List<string>> |
Remarks
If you provide a target list, it is cleared and populated with the result.
Otherwise, this method allocates a new list.