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

AllElementsContentValidator() public method

public AllElementsContentValidator ( XmlSchemaContentType contentType, int size, bool isEmptiable ) : System
contentType XmlSchemaContentType
size int
isEmptiable bool
return System
        public AllElementsContentValidator(XmlSchemaContentType contentType, int size, bool isEmptiable) : base(contentType, false, isEmptiable) {
            elements = new Hashtable(size);
            particles = new object[size];
            isRequired = new BitSet(size);
        }