System.Web.Compilation.AspComponentFoundry.TagNameFoundry.TagNameFoundry C# (CSharp) Méthode

TagNameFoundry() public méthode

public TagNameFoundry ( string tagName, Type type ) : System
tagName string
type System.Type
Résultat System
			public TagNameFoundry (string tagName, Type type)
			{
				this.tagName = tagName;
				this.type = type;
			}

Same methods

AspComponentFoundry.TagNameFoundry::TagNameFoundry ( string tagName, string source ) : System
AspComponentFoundry.TagNameFoundry