Amanda_Sample_Project.BuisnesLogic.DoNothingFor C# (CSharp) Méthode

DoNothingFor() public static méthode

public static DoNothingFor ( int i ) : void
i int
Résultat void
        public static void DoNothingFor(int i)
        {
            doneNothing += i;

            Thread.Sleep(i);
        }