Amazon.Runtime.Internal.Settings.PersistenceManager.getFileFromType C# (CSharp) Méthode

getFileFromType() private static méthode

private static getFileFromType ( string type ) : string
type string
Résultat string
        private static string getFileFromType(string type)
        {
            return string.Format(CultureInfo.InvariantCulture, @"{0}\{1}.json", GetSettingsStoreFolder(), type);
        }