System.Xml._Proxy.GetPath C# (CSharp) Method

GetPath() public static method

public static GetPath ( this element ) : String
element this
return String
        public static String GetPath(this XmlElement element)
        {
            return DDRIT.GetPath(element);
        }