Acrolinx.Sdk.Sidebar.Util.Adapter.UniversalAdapter.UniversalAdapter C# (CSharp) Méthode

UniversalAdapter() public méthode

public UniversalAdapter ( string tagName, bool encodeContent ) : System
tagName string
encodeContent bool
Résultat System
        public UniversalAdapter(string tagName, bool encodeContent)
        {
            Contract.Requires(tagName != null);

            TagName = tagName;
            this.EncodeContent = encodeContent;
        }