VSTalk.Engine.ViewModel.Messenger.ThreadRenderer.Model.ConversationModel.Remove C# (CSharp) Method

Remove() public method

public Remove ( ConversationSection targetSection ) : void
targetSection ConversationSection
return void
        public void Remove(ConversationSection targetSection)
        {
            _sections.Remove(targetSection);
            Document.Blocks.Remove(targetSection.Content);
        }