ARUP.IssueTracker.Classes.IntArg.IntArg C# (CSharp) Méthode

IntArg() public méthode

public IntArg ( int myint ) : System
myint int
Résultat System
        public IntArg(int myint)
        {
            this.myint = myint;
        }
IntArg