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);
        }