NodeService.CompendiumTransclusionRelationship.RemoveAttachment C# (CSharp) 메소드

RemoveAttachment() 공개 메소드

public RemoveAttachment ( string attachment ) : void
attachment string
리턴 void
        public void RemoveAttachment(string attachment)
        {
            _attachments.Remove(attachment);
        }