Acrolinx.Sdk.Sidebar.Util.Adapter.UniversalAdapter.UniversalAdapter C# (CSharp) Метод

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

public UniversalAdapter ( string tagName, bool encodeContent ) : System
tagName string
encodeContent bool
Результат System
        public UniversalAdapter(string tagName, bool encodeContent)
        {
            Contract.Requires(tagName != null);

            TagName = tagName;
            this.EncodeContent = encodeContent;
        }