Alloy.Business.Rendering.TemplateCoordinator.BlockPath C# (CSharp) 메소드

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

private static BlockPath ( string fileName ) : string
fileName string
리턴 string
        private static string BlockPath(string fileName)
        {
            return string.Format("{0}{1}", BlockFolder, fileName);
        }