StoryTeller.Persistence.JsonNode.AddComment C# (CSharp) Метод

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

public AddComment ( string description ) : void
description string
Результат void
        public void AddComment(string description)
        {
            // Just don't care enough to do it
        }