System.Xml.Schema.LocatedActiveAxis.LocatedActiveAxis C# (CSharp) 메소드

LocatedActiveAxis() 개인적인 메소드

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