NVelocity.Runtime.Parser.Node.BooleanPropertyExecutor.BooleanPropertyExecutor C# (CSharp) Method

BooleanPropertyExecutor() public method

public BooleanPropertyExecutor ( IRuntimeLogger r, Introspector i, Type clazz, String propertyName ) : System
r IRuntimeLogger
i NVelocity.Util.Introspection.Introspector
clazz System.Type
propertyName String
return System
		public BooleanPropertyExecutor(IRuntimeLogger r, Introspector i, Type clazz, String propertyName)
			: base(r, i, clazz, propertyName)
		{
		}