Castle.MonoRail.Framework.Internal.JSElementGeneratorBase.InternalGet C# (CSharp) Method

InternalGet() protected method

Generates a get statement
protected InternalGet ( string propName ) : void
propName string Name of the prop.
return void
		protected void InternalGet(string propName)
		{
			PrototypeHelper.JSGenerator.ReplaceTailByPeriod(parentGenerator);
			PrototypeHelper.JSGenerator.Record(parentGenerator, propName);
		}