DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews.Xml Namespace / XmlExtensions Class / DescendantNodesAndSelf Method

In This Topic
    DescendantNodesAndSelf Method (XmlExtensions)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function DescendantNodesAndSelf( _
       ByVal view As View(Of XElement) _
    ) As View(Of XNode)
    public static View<XNode> DescendantNodesAndSelf( 
       View<XElement> view
    )

    Parameters

    view
    See Also