Amazon.Runtime.Internal.Settings.PersistenceManager.getFileFromType C# (CSharp) 메소드

getFileFromType() 개인적인 정적인 메소드

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