Abc.NCrafts.Quizz.Questions._019.Answer2.Run C# (CSharp) Méthode

Run() public static méthode

public static Run ( ) : void
Résultat void
        public static void Run()
        {
            // begin
            IDisposable ressource = new NCrafts();
            try
            {

            }
            finally
            {
                ressource.Dispose();
            }
            // end
        }
Answer2