mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Use expression bodies for properties
This commit is contained in:
parent
e8b37f03ff
commit
74ba508e26
33 changed files with 194 additions and 230 deletions
|
|
@ -25,10 +25,7 @@ namespace MapControl
|
|||
/// Default folder path where an IImageCache instance may save cached data,
|
||||
/// i.e. Windows.Storage.ApplicationData.Current.TemporaryFolder.Path.
|
||||
/// </summary>
|
||||
public static string DefaultCacheFolder
|
||||
{
|
||||
get { return Windows.Storage.ApplicationData.Current.TemporaryFolder.Path; }
|
||||
}
|
||||
public static string DefaultCacheFolder => Windows.Storage.ApplicationData.Current.TemporaryFolder.Path;
|
||||
|
||||
/// <summary>
|
||||
/// An IImageCache implementation used to cache tile images.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue