Update of /cvsroot/mvp-xml/Common/v2/src/XPath
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7667/v2/src/XPath
Modified Files:
EmptyXPathNodeIterator.cs
Log Message:
Index: EmptyXPathNodeIterator.cs
===================================================================
RCS file: /cvsroot/mvp-xml/Common/v2/src/XPath/EmptyXPathNodeIterator.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- EmptyXPathNodeIterator.cs 29 Oct 2005 21:13:10 -0000 1.1
+++ EmptyXPathNodeIterator.cs 30 Oct 2005 12:01:04 -0000 1.2
@@ -13,6 +13,9 @@
/// </summary>
public class EmptyXPathNodeIterator : XPathNodeIterator
{
+ /// <summary>
+ /// EmptyXPathNodeIterator instance.
+ /// </summary>
public static EmptyXPathNodeIterator Instance = new EmptyXPathNodeIterator();
/// <summary>
|