mscorlib(4.0.0.0) API with additions
XPathNamespaceScope.cs
1
namespace
System.Xml.XPath
2
{
4
public
enum
XPathNamespaceScope
5
{
7
All
,
9
ExcludeXml
,
11
Local
12
}
13
}
System.Xml.XPath.XPathNamespaceScope
XPathNamespaceScope
Defines the namespace scope.
Definition:
XPathNamespaceScope.cs:4
System.DateTimeKind.Local
The time represented is local time.
System.AttributeTargets.All
Attribute can be applied to any application element.
System.Xml.XPath
Definition:
IXPathNavigable.cs:1
System.Xml.XmlNamespaceScope.ExcludeXml
All namespaces defined in the scope of the current node, excluding the xmlns:xml namespace,...
All cs
System.Xml.XPath
XPathNamespaceScope.cs
Generated by
1.8.15