Click or drag to resize

ICompetitorCountries Property

Gets a IReadOnlyDictionaryTKey, TValue containing competitor's country names in different languages

Namespace: Sportradar.OddsFeed.SDK.Entities.REST
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
IReadOnlyDictionary<CultureInfo, string> Countries { get; }

Property Value

IReadOnlyDictionaryCultureInfo, String
See Also