MonoTouch.Dialog.RangeAttribute.RangeAttribute C# (CSharp) Method

RangeAttribute() public method

public RangeAttribute ( float low, float high ) : System
low float
high float
return System
		public RangeAttribute (float low, float high)
		{
			Low = low;
			High = high;
		}
		public float Low, High;
RangeAttribute