Method GetLocalizedListAsync
GetLocalizedListAsync(List<string>)
Asynchronously loads the localized value and splits it into the resulting list.
Declaration
public 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>> |