System.Web.Compilation.TagAttributes.TagAttributes C# (CSharp) Method

TagAttributes() public method

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