System.Xml.Schema.RangeContentValidator.RangeContentValidator C# (CSharp) Méthode

RangeContentValidator() private méthode

private RangeContentValidator ( BitSet firstpos, BitSet followpos, SymbolsDictionary symbols, Positions positions, int endMarkerPos, XmlSchemaContentType contentType, bool isEmptiable, BitSet positionsWithRangeTerminals, int minmaxNodesCount ) : System
firstpos BitSet
followpos BitSet
symbols SymbolsDictionary
positions Positions
endMarkerPos int
contentType XmlSchemaContentType
isEmptiable bool
positionsWithRangeTerminals BitSet
minmaxNodesCount int
Résultat System
        internal RangeContentValidator(
            BitSet firstpos, BitSet[] followpos, SymbolsDictionary symbols, Positions positions, int endMarkerPos, XmlSchemaContentType contentType, bool isEmptiable, BitSet positionsWithRangeTerminals, int minmaxNodesCount)  : base(contentType, false, isEmptiable) {
            this.firstpos = firstpos;
            this.followpos = followpos;
            this.symbols = symbols;
            this.positions = positions;
            this.positionsWithRangeTerminals = positionsWithRangeTerminals;
            this.minMaxNodesCount = minmaxNodesCount;
            this.endMarkerPos = endMarkerPos;
        }