TileCook.TestProvider.GetFormats C# (CSharp) Method

GetFormats() public method

public GetFormats ( ) : List
return List
        public List<string> GetFormats()
        {
            return new List<string> {"png"};
        }