NodeService.CompendiumTransclusionRelationship.RemoveAttachment C# (CSharp) Метод

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

public RemoveAttachment ( string attachment ) : void
attachment string
Результат void
        public void RemoveAttachment(string attachment)
        {
            _attachments.Remove(attachment);
        }