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

RangeAttribute() public method

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