ServiceClientGenerator.ProjectFileCreator.ProjectFileCreator C# (CSharp) Méthode

ProjectFileCreator() public méthode

public ProjectFileCreator ( GeneratorOptions options ) : System
options GeneratorOptions
Résultat System
        public ProjectFileCreator(GeneratorOptions options)
        {
            Options = options;
        }