コード例 #1
0
 public KeyPattern(XsltKey key) : base(null)
 {
     this.key = key;
 }
コード例 #2
0
 public KeyPattern(XsltKey key)
     : base((NodeTest)null)
 {
     this.key = key;
 }