ARUP.IssueTracker.Classes.IntArg.IntArg C# (CSharp) Method

IntArg() public method

public IntArg ( int myint ) : System
myint int
return System
        public IntArg(int myint)
        {
            this.myint = myint;
        }
IntArg