JAMS 6.x Help
FindLast Method (Submit.ParameterCollection)


Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Function FindLast( _
   ByVal match As System.Predicate(Of Submit.Parameter) _
) As Submit.Parameter
'Usage
 
Dim instance As Submit.ParameterCollection
Dim match As System.Predicate(Of Submit.Parameter)
Dim value As Submit.Parameter
 
value = instance.FindLast(match)
[__DynamicallyInvokable()]
public Submit.Parameter FindLast( 
   System.Predicate<Submit.Parameter> match
)

Parameters

match
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

Reference

Submit.ParameterCollection Class
Submit.ParameterCollection Members