Aspose.Cells.Examples.CSharp.AdvancedTopics.SmartMarkers.UsingAnonymousTypes.Main C# (CSharp) Method

Main() public static method

public static Main ( string args ) : void
args string
return void
        public static void Main(string[] args)
        {
            // The path to the documents directory.
            string dataDir = RunExamples.GetDataDir(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);            
            
        }
    }
UsingAnonymousTypes