TileCook.WMSProvider.GetFormats C# (CSharp) 메소드

GetFormats() 공개 메소드

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