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

TagAttributes() public méthode

public TagAttributes ( ) : System
Résultat System
		public TagAttributes ()
		{
			got_hashed = false;
			keys = new ArrayList ();
			values = new ArrayList ();
		}