Resharper suggestions
This commit is contained in:
parent
b81284bfe7
commit
cdb104cacc
55 changed files with 382 additions and 550 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
public class PageCoordinates
|
||||
{
|
||||
public float lat { get; set; }
|
||||
public float lon { get; set; }
|
||||
public float Lat { get; set; }
|
||||
public float Lon { get; set; }
|
||||
}
|
||||
}
|
|
@ -1,5 +1,4 @@
|
|||
using System;
|
||||
using System.Runtime.Serialization;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Converters;
|
||||
|
||||
|
@ -18,7 +17,7 @@ namespace WikipediaApi.Page
|
|||
public string Displaytitle { get; set; }
|
||||
|
||||
[JsonProperty("namespace")]
|
||||
public PageNamespace @Namespace { get; set; }
|
||||
public PageNamespace Namespace { get; set; }
|
||||
|
||||
[JsonProperty("titles")]
|
||||
public PageTitles Titles { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue