System.Xml.Schema.XmlSchemaValidator.ClearPSVI C# (CSharp) 메소드

ClearPSVI() 개인적인 메소드

private ClearPSVI ( ) : void
리턴 void
        private void ClearPSVI()
        {
            if (_textValue != null)
            {
                _textValue.Length = 0;
            }
            _attPresence.Clear(); //Clear attributes hashtable for every element
            _wildID = null; //clear it for every element
        }