Table of Contents

Constructor ValidateRangeAttribute

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

ValidateRangeAttribute(float, float)

Initializes a new instance of the ValidateRangeAttribute class.

public ValidateRangeAttribute(float min, float max)

Parameters

min float

The minimum allowed value (inclusive).

max float

The maximum allowed value (inclusive).