idTech4.ArgCompletion_Integer.ArgCompletion_Integer C# (CSharp) Method

ArgCompletion_Integer() public method

public ArgCompletion_Integer ( int min, int max ) : System
min int
max int
return System
		public ArgCompletion_Integer(int min, int max)
			: base()
		{
			_min = min;
			_max = max;
		}
		#endregion