System.Xml.Xsl.XsltOld.Key.Key C# (CSharp) Méthode

Key() public méthode

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