System.Xml.Xsl.XsltOld.Key.Key C# (CSharp) Method

Key() public method

public Key ( XmlQualifiedName name, int matchkey, int usekey ) : System
name System.Xml.XmlQualifiedName
matchkey int
usekey int
return System
        public Key(XmlQualifiedName name, int matchkey, int usekey) {
            this.name     = name;
            this.matchKey = matchkey;
            this.useKey   = usekey;
            this.keyNodes = null;
        }