ServiceClientGenerator.ProjectFileCreator.ProjectFileCreator C# (CSharp) Метод

ProjectFileCreator() публичный Метод

public ProjectFileCreator ( GeneratorOptions options ) : System
options GeneratorOptions
Результат System
        public ProjectFileCreator(GeneratorOptions options)
        {
            Options = options;
        }