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

GetSyntax() protected method

protected GetSyntax ( ) : string
return string
        protected override string GetSyntax()
        {
            return new CSharpSyntaxGenerator(this._version).GenerateSyntax(this._constructorInfo);
        }
    }