TriTypeSortedListCollection<T, B1, B2>.IMetadataCollection<B2>.FindAll Method (Predicate<B2>)

Retrieves all elements in the collection that match the conditions defined by the specified predicate.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Private Function FindAll ( _
    match As Predicate(Of B2) _
) As IEnumerable(Of B2) Implements IMetadataCollection(Of B2).FindAll
'Usage
Dim instance As TriTypeSortedListCollection 
Dim match As Predicate(Of B2)
Dim returnValue As IEnumerable(Of B2)

returnValue = CType(instance, IMetadataCollection(Of B2)).FindAll(match)
IEnumerable<B2> IMetadataCollection<B2>.FindAll(
    Predicate<B2> match
)
private:
virtual IEnumerable<B2>^ FindAll(
    Predicate<B2>^ match
) sealed = IMetadataCollection<B2>::FindAll
private abstract FindAll : 
        match:Predicate<'B2> -> IEnumerable<'B2> 
private override FindAll : 
        match:Predicate<'B2> -> IEnumerable<'B2> 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • match
    Type: Predicate<B2>
    The Predicate delegate that defines the conditions of the elements to search for.

Return Value

Type: IEnumerable<B2>
An enumerator over all the elements that match the conditions defined by the specified predicate.

Implements

IMetadataCollection<T>.FindAll(Predicate<T>)

See Also

Reference

TriTypeSortedListCollection<T, B1, B2> Class

FindAll Overload

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace