DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews.Xml Namespace / XmlExtensions Class / Nodes<T> Method

In This Topic
    Nodes<T> Method (XmlExtensions)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function Nodes(Of T As XContainer)( _
       ByVal view As View(Of T) _
    ) As View(Of XNode)
    public static View<XNode> Nodes<T>( 
       View<T> view
    )
    where T: XContainer

    Parameters

    view

    Type Parameters

    T
    See Also