idTech4.ArgCompletion_Integer.ArgCompletion_Integer C# (CSharp) 메소드

ArgCompletion_Integer() 공개 메소드

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