VSTalk.Engine.ViewModel.Messenger.ThreadRenderer.Model.ConversationModel.Remove C# (CSharp) 메소드

Remove() 공개 메소드

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