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

LocatedActiveAxis() private method

private LocatedActiveAxis ( Asttree astfield, KeySequence ks, int column ) : System
astfield Asttree
ks KeySequence
column int
return System
        internal LocatedActiveAxis (Asttree astfield, KeySequence ks, int column) : base (astfield) {
            this.Ks = ks;
            this.column = column;
            this.isMatched = false;
        }