YAXLib.YAXDictionaryAttribute.CheckIntegrity C# (CSharp) 메소드

CheckIntegrity() 개인적인 메소드

private CheckIntegrity ( ) : void
리턴 void
        private void CheckIntegrity()
        {
            if (_serializeKeyAs == _serializeValueAs && _serializeValueAs == YAXNodeTypes.Content)
            {
                throw new Exception("Key and Value cannot both be serialized as Content at the same time.");
            }
        }