AsyncImageAndroid.DownloadManager.FetchStorePath C# (CSharp) Метод

FetchStorePath() приватный Метод

private FetchStorePath ( string fileName ) : string
fileName string
Результат string
		string FetchStorePath(string fileName)
		{
			return Path.Combine (DocumentsFolder, fileName);
		}