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

ConstructPos() public méthode

public ConstructPos ( BitSet firstpos, BitSet lastpos, BitSet followpos ) : void
firstpos BitSet
lastpos BitSet
followpos BitSet
Résultat void
        public override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos) {
            // NamespaceListNode nodes have to be removed prior to that
            throw new InvalidOperationException();
        }