System.Xml._Proxy.GetPath C# (CSharp) Méthode

GetPath() public static méthode

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