Class CultureLoadOptionMapper
Version: 3.2
Culture load option mapper.
Inheritance
object
CultureLoadOptionMapper
Namespace: StylelabsStylelabs.MSdkMappers
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public static class CultureLoadOptionMapperMethods
ToCultureArrayAsync(ICultureLoadOption, ICultureLoader)
Maps from a ICultureLoadOption to an array of .
Declaration
RequestResponse
public static Task<CultureInfo[]> ToCultureArrayAsync(ICultureLoadOption options, ICultureLoader loader)Parameters
| Type | Name | Description |
|---|---|---|
| ICultureLoadOption | options |
The load options. |
| ICultureLoader | loader |
The culture loader. |
Returns
| Type | Description |
|---|---|
| Task<>CultureInfo |
An array of . |