Aspose.Cells.Examples.CSharp.Articles.ReadingCellValuesInMultipleThreadsSimultaneously.Main C# (CSharp) Méthode

Main() public static méthode

public static Main ( ) : void
Résultat void
        public static void Main()
        {
            // The path to the documents directory.
            string dataDir = RunExamples.GetDataDir(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
        }
ReadingCellValuesInMultipleThreadsSimultaneously