System.Xml.BaseTreeIterator.OnRowElement C# (CSharp) Méthode

OnRowElement() private méthode

private OnRowElement ( ) : bool
Résultat bool
        internal bool OnRowElement()
        {
            XmlBoundElement be = CurrentNode as XmlBoundElement;
            return (be != null) && (be.Row != null);
        }
    }