BgEngine.Domain.EntityModel.Comment.DeleteFromRelatedCollection C# (CSharp) 메소드

DeleteFromRelatedCollection() 공개 메소드

Removes a related Comment from the Colecction
public DeleteFromRelatedCollection ( Comment relatedComment ) : void
relatedComment Comment
리턴 void
        public void DeleteFromRelatedCollection(Comment relatedComment)
        {
            this.RelatedComments.Remove(relatedComment);
        }