BridgeStack.RangeTypeConstraintAttribute.RangeTypeConstraintAttribute C# (CSharp) Method

RangeTypeConstraintAttribute() public method

Indicates that this field does not accept min or max parameters.
public RangeTypeConstraintAttribute ( ) : System
return System
        public RangeTypeConstraintAttribute()
            : this(null)
        {
        }

Same methods

RangeTypeConstraintAttribute::RangeTypeConstraintAttribute ( Type type ) : System
RangeTypeConstraintAttribute