ICountrySelector<TOperations>.ByCountry(String) Method

Definition

Customizes operations based on the given country.

public TOperations ByCountry (string country);
abstract member ByCountry : string -> 'Operations
Public Function ByCountry (country As String) As TOperations

Parameters

country
String

The country to be used by the returned operations.

Returns

TOperations

An operations interface customized for the provided country.

Applies to