Show / Hide Table of Contents

Class XPathInfo

Inheritance
System.Object
XPathInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public class XPathInfo

Constructors

XPathInfo(String, Int32)

Declaration
public XPathInfo(string xpath, int matchedElements)
Parameters
Type Name Description
System.String xpath
System.Int32 matchedElements

Properties

MatchedElements

Declaration
public int MatchedElements { get; set; }
Property Value
Type Description
System.Int32

Xpath

Declaration
public string Xpath { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX