System.Web.Compilation.AspComponentFoundry.CompoundFoundry.CompoundFoundry C# (CSharp) Method

CompoundFoundry() public method

public CompoundFoundry ( string tagPrefix ) : System
tagPrefix string
return System
			public CompoundFoundry (string tagPrefix)
			{
				this.tagPrefix = tagPrefix;
				tagnames = new Hashtable (StringComparer.InvariantCultureIgnoreCase);
			}
AspComponentFoundry.CompoundFoundry