SDKDocGenerator.Writers.ConstructorWriter.GenerateFilepath C# (CSharp) Method

GenerateFilepath() protected method

protected GenerateFilepath ( ) : string
return string
        protected override string GenerateFilepath()
        {
            return GenerationManifest.OutputSubFolderFromNamespace(_constructorInfo.DeclaringType.Namespace);
        }