Ancestry.QueryProcessor.Type.BooleanType.BooleanType C# (CSharp) Method

BooleanType() public method

public BooleanType ( ) : System
return System
        public BooleanType()
            : base(typeof(bool))
        {
        }