C# Class CachingFramework.Redis.Contracts.GeoCoordinate

Afficher le fichier Open project: thepirat000/CachingFramework.Redis Class Usage Examples

Méthodes publiques

Méthode Description
GeoCoordinate ( double latitude, double longitude ) : System

Initializes a new instance of the GeoCoordinate class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

GeoCoordinate() public méthode

Initializes a new instance of the GeoCoordinate class.
public GeoCoordinate ( double latitude, double longitude ) : System
latitude double The latitude.
longitude double The longitude.
Résultat System

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string