StoryTeller.Persistence.TestXmlNode.WithFormattedText C# (CSharp) Метод

WithFormattedText() публичный Метод

public WithFormattedText ( string text ) : INode
text string
Результат INode
        public INode WithFormattedText(string text)
        {
            _element.WithFormattedText(text);
            return this;
        }