BootstrapComponents.Core.BasicCloseableHtml.BasicCloseableHtml C# (CSharp) Метод

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

public BasicCloseableHtml ( string begin, string end, IWriter writer )
begin string
end string
writer IWriter
        public BasicCloseableHtml(string begin, string end, IWriter writer)
            : base(writer)
        {
            Write(begin);
            _end = end;
        }