示例#1
0
        /// <summary>
        ///     Sets the inheritor check.
        /// </summary>
        protected override void SetInheritorCheck()
        {
            var clone = _hashSet.Clone();

            foreach (var item in clone)
            {
                Check.That(_hashSet.Contains(item)).IsTrue();
            }
        }