Push() public méthode

public Push ( ControlBuilder builder, ILocation location ) : void
builder System.Web.UI.ControlBuilder
location ILocation
Résultat void
		public AspGenerator (TemplateParser tparser)
		{
			this.tparser = tparser;
			text = new StringBuilder ();
			stack = new BuilderLocationStack ();
			rootBuilder = new RootBuilder (tparser);
			stack.Push (rootBuilder, null);
			tparser.RootBuilder = rootBuilder;
			pstack = new ParserStack ();
		}