Bloom.Book.Book.AddCreationTypeAttribute C# (CSharp) Метод

AddCreationTypeAttribute() приватный Метод

private AddCreationTypeAttribute ( HtmlDom htmlDom ) : void
htmlDom HtmlDom
Результат void
        private void AddCreationTypeAttribute(HtmlDom htmlDom)
        {
            htmlDom.AddCreationType(LockedDown ? "translation" : "original");
        }
Book