ServiceClientGenerator.ProjectFileCreator.ProjectFileCreator C# (CSharp) Method

ProjectFileCreator() public method

public ProjectFileCreator ( GeneratorOptions options ) : System
options GeneratorOptions
return System
        public ProjectFileCreator(GeneratorOptions options)
        {
            Options = options;
        }