AgGateway.ADAPT.ISOv4Plugin.Writers.CommentWriter.CommentWriter C# (CSharp) Method

CommentWriter() private method

private CommentWriter ( TaskDocumentWriter taskWriter ) : System.Collections.Generic
taskWriter TaskDocumentWriter
return System.Collections.Generic
        private CommentWriter(TaskDocumentWriter taskWriter)
            : base(taskWriter, "CCT")
        {
            _listWriter = new CommentListWriter();
        }