System.Xml.Schema.ContentValidator.ContentValidator C# (CSharp) Method

ContentValidator() public method

public ContentValidator ( XmlSchemaContentType contentType ) : System
contentType XmlSchemaContentType
return System
        public ContentValidator(XmlSchemaContentType contentType) {
            this.contentType = contentType;
            this.isEmptiable = true;
        }
        

Same methods

ContentValidator::ContentValidator ( XmlSchemaContentType contentType, bool isOpen, bool isEmptiable ) : System