コード例 #1
0
        public void Serialize(object o)
        {
            if (o is null)
            {
                throw new ArgumentNullException(nameof(o));
            }

            m_RegistrySectionManager.CreateSection(o);
        }