Exemplo n.º 1
0
        protected override Action <ITextControl> ExecutePsiTransaction(ISolution solution, IProgressIndicator progress)
        {
            var text = GetIndexScript();

            methodDeclaration.AddXmlComment(text, factory);

            return(null);
        }