NVelocity.Runtime.Parser.Node.BooleanPropertyExecutor.BooleanPropertyExecutor C# (CSharp) 메소드

BooleanPropertyExecutor() 공개 메소드

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