fCraft.BoolKeyAttribute.BoolKeyAttribute C# (CSharp) Method

BoolKeyAttribute() public method

public BoolKeyAttribute ( ConfigSection section, bool defaultValue, string description ) : System
section ConfigSection
defaultValue bool
description string
return System
        public BoolKeyAttribute( ConfigSection section, bool defaultValue, string description )
            : base(section, typeof( bool ), defaultValue, description)
        {
        }