adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / XmlUtil Class / ReadList<T> Method

In This Topic
    ReadList<T> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ReadList(Of T)( _
       ByVal reader As XmlReader _
    ) As List(Of T)
    public static List<T> ReadList<T>( 
       XmlReader reader
    )

    Parameters

    reader

    Type Parameters

    T
    See Also