ICountrySelector<TOperations> Interface

Definition

Returns operations interfaces based on the given country.

public interface ICountrySelector<TOperations>
type ICountrySelector<'Operations> = interface
Public Interface ICountrySelector(Of TOperations)

Type Parameters

TOperations

The type of the operations to return.

Derived

Methods

ByCountry(String)

Customizes operations based on the given country.

Applies to