Nevron .NET Vision
Nevron.Dom Namespace / NNodeCompositeImpl Class / GetLast Method
filter to use. If null the last node is returned


In This Topic
    GetLast Method (NNodeCompositeImpl)
    In This Topic
    Gets the last node in the collection which satisfies the filter criteria
    Syntax
    'Declaration
     
    
    Public Overridable Function GetLast( _
       ByVal filter As INFilter _
    ) As INNode
    'Usage
     
    
    Dim instance As NNodeCompositeImpl
    Dim filter As INFilter
    Dim value As INNode
     
    value = instance.GetLast(filter)
    public virtual INNode GetLast( 
       INFilter filter
    )

    Parameters

    filter
    filter to use. If null the last node is returned

    Return Value

    last node in the collection which satisfies the filter criteria, or null if such node does not exist
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also