TileCook.WMSProvider.GetFormats C# (CSharp) Method

GetFormats() public method

public GetFormats ( ) : List
return List
        public List<string> GetFormats()
        {
            return new List<string> { this._format };
        }