Aydsko iRacing Data API
Show / Hide Table of Contents

Class Country

Inheritance
object
Country
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Lookups
Assembly: Aydsko.iRacingData.dll
Syntax
public class Country

Properties

Code

Declaration
[JsonPropertyName("country_code")]
public string Code { get; set; }
Property Value
Type Description
string

Name

Declaration
[JsonPropertyName("country_name")]
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX