Castle.MonoRail.Framework.AssemblySourceInfo.HasTemplate C# (CSharp) Method

HasTemplate() public method

Determines whether the assembly has the specified template.
public HasTemplate ( String templateName ) : bool
templateName String Name of the template.
return bool
		public bool HasTemplate(String templateName)
		{
			return entries.Contains(NormalizeTemplateName(templateName));
		}