ApiExamples.ApiExampleBase.ApiExampleBase C# (CSharp) Метод

ApiExampleBase() статический приватный Метод

static private ApiExampleBase ( ) : System
Результат System
        static ApiExampleBase()
        {
            gAssemblyDir = GetAssemblyDir(Assembly.GetExecutingAssembly());
            gMyDir = new Uri(new Uri(gAssemblyDir), @"../../../Data/").LocalPath;
            gDatabaseDir = new Uri(new Uri(gAssemblyDir), @"../../../Data/Database/").LocalPath;
        }