コード例 #1
0
        public string GetTranslation()
        {
            var buffer = new TranslationBuffer(_root.EstimatedSize);

            _root.WriteTo(buffer);

            return(buffer.GetContent());
        }