Orc.NuGetExplorer.RepositoryCacheService.GetKey C# (CSharp) 메소드

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

private static GetKey ( PackageOperationType operationType, string name ) : string
operationType PackageOperationType
name string
리턴 string
        private static string GetKey(PackageOperationType operationType, string name)
        {
            return string.Format("{0}_{1}", operationType, name);
        }
        #endregion