BlogSharp.Core.Impl.Services.Template.DefaultTemplateSource.GetTemplateWithKey C# (CSharp) Метод

GetTemplateWithKey() публичный Метод

public GetTemplateWithKey ( string key ) : ITemplate
key string
Результат ITemplate
        public ITemplate GetTemplateWithKey(string key)
        {
            return keyToTemplate[key]();
        }