C# Class ClashOfClans.Models.LocationList

Show file Open project: tparviainen/clashofclans

Public Methods

Method Description
SingleOrDefault ( ) : System.Linq
this ( string name ) : ClashOfClans.Models.Location

Provides an access to Location data for the named location.

Method Details

SingleOrDefault() public method

public SingleOrDefault ( ) : System.Linq
return System.Linq

this() public method

Provides an access to Location data for the named location.
public this ( string name ) : ClashOfClans.Models.Location
name string Location name
return ClashOfClans.Models.Location