ClampValueAttribute.

ClampValueAttribute(long, long) Constructor

Summary

Creates a new InspectorGadgets.Attributes.ClampValueAttribute with the specified range.

Syntax

public ClampValueAttribute(long min, long max)

Parameters

Name Type Description
min long
max long

Return Value

Type Description
void